필터 지우기
필터 지우기

12bit grayscale image acquistion,

조회 수: 5 (최근 30일)
manoj sambasivam
manoj sambasivam 2012년 4월 18일
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?

채택된 답변

Image Analyst
Image Analyst 2012년 4월 20일
When you run imaqtool, does the hardware browser show a mode that is 16 bits? If it does, why not use it?
  댓글 수: 7
manoj sambasivam
manoj sambasivam 2012년 5월 14일
thanks for reply sir. I have a small doubt if i acquire it in uint8class and convert it in uint16 class using Im2uint16, Will be any loss of data?
Walter Roberson
Walter Roberson 2012년 5월 14일
That will not give you a 12 or 16 bit image.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Walter Roberson
Walter Roberson 2012년 4월 19일
rgb2gray() ??
  댓글 수: 4
manoj sambasivam
manoj sambasivam 2012년 4월 20일
I acquire it in Uint8 . In the range of resolution 2748X3840.
I get it in RGB32 am converting it grayscale then become with same resolution but comes it the grayscale of 0-255. I need to get it into GRAY 12 bit from 0-4096 scale.
Walter Roberson
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.

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by