필터 지우기
필터 지우기

How to open or read an image with float 32 format type?

조회 수: 12 (최근 30일)
N A
N A 2013년 11월 19일
답변: Sean de Wolski 2013년 11월 19일
I want to open my image with 32 float format in Matlab. But by using imread() it gives me white image. Originally my image is a gray scale image.
Thanks in advance.

답변 (1개)

Sean de Wolski
Sean de Wolski 2013년 11월 19일
imshow(I,[])
Use [] to force imshow to show the full range rather than the default range of [0 1] where everything greater than 1 will be saturated to white.

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by