12bit grayscale image acquistion,
显示 更早的评论
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?
采纳的回答
更多回答(1 个)
Walter Roberson
2012-4-19
0 个投票
rgb2gray() ??
4 个评论
manoj sambasivam
2012-4-19
Walter Roberson
2012-4-19
What is class() of your input data?
manoj sambasivam
2012-4-20
Walter Roberson
2012-4-23
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.
类别
在 帮助中心 和 File Exchange 中查找有关 GigE Vision Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!