How can i use this image file in matlab?

조회 수: 1 (최근 30일)
D.Regan
D.Regan 2014년 1월 20일
댓글: Walter Roberson 2014년 1월 22일
I could read the above file using geotiffread fn, but I can't display the file using mapshow fn. how can I do this? The file from Bhuvan, NRSC is attached with this..
  댓글 수: 1
Bruno Pop-Stefanov
Bruno Pop-Stefanov 2014년 1월 20일
Can you edit your question and attach your TIFF file so that I can try?

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

채택된 답변

Nitin
Nitin 2014년 1월 22일
편집: Nitin 2014년 1월 22일
Hi, you image size is
Name Size Bytes Class Attributes
I 250x282x17 2397000 uint16
You can display the image for example using: imshow(I(:,:,17))
  댓글 수: 1
Walter Roberson
Walter Roberson 2014년 1월 22일
You might need imshow(I(:,:,17), [])

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by