I try to visualize the image but its not possible because of 'double' V= double(imread('circuit.tif')); imshow(V);

댓글 수: 2

KSSV
KSSV 2016년 10월 28일
What error you got?
marwa jendoubi
marwa jendoubi 2016년 10월 28일
the figure shown is all white and if I delete 'double' I get the image

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

 채택된 답변

Image Analyst
Image Analyst 2016년 10월 28일

0 개 추천

Try
imshow(V, []);

추가 답변 (1개)

Thorsten
Thorsten 2016년 10월 28일

1 개 추천

I = im2double(imread('circuit.tif'));
imshow(I)

카테고리

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

태그

질문:

2016년 10월 28일

댓글:

2016년 10월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by