12bit grayscale image acquistion,
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a new camera which can acquire 12 bit grascale image . But i couldn interface it with maltab imaq. Since it has RGB and UVYY format . In case i get the image from the rgb format and later change the colorspace the image acquited in the format 8 bit grayscale . Can anyone help me out?
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 20 Apr. 2012
When you run imaqtool, does the hardware browser show a mode that is 16 bits? If it does, why not use it?
7 Kommentare
Weitere Antworten (1)
Walter Roberson
am 19 Apr. 2012
rgb2gray() ??
4 Kommentare
Walter Roberson
am 23 Apr. 2012
The RGB32 mode: how many bits each does it allocate for R, G, and B? 32 bits can fit 11 bits each for two of the channels and 10 bits for the third channel, but it cannot fit 12 bits for each of 3 channels.
Siehe auch
Kategorien
Mehr zu Acquisition Using Image Acquisition Explorer finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!