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!