I would like to purchase a BARCO monitor which is capable of displaying 10 (or 12) bits of grayscale.  This means the monitor has 1024 (or 4096) levels of gray instead of the usual 256. This is useful for displaying medical images. Is MATLAB able to make use of the additional shades of gray?  Could I use the "image" or "imagesc" functions or do I need to call a different function? 

 채택된 답변

MathWorks Support Team
MathWorks Support Team 2015년 4월 17일

0 개 추천

As of R2015a, MATLAB only supports 8-bit color values.  The reason for this behavior is that MATLAB draws colormapped images as textured quads and the textures are in 8-bit true color format. This means that even though you can use a colormap (which is in double precison) to draw a grayscale image, it can only draw 256 shades of gray.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Images에 대해 자세히 알아보기

제품

릴리스

R2015a

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by