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!