Gray Image to Color Indexed Image

조회 수: 1 (최근 30일)
Yonghyun
Yonghyun 2013년 12월 16일
댓글: Oliver Woodford 2013년 12월 19일
Dear all,
I have gray image, the range is -1 to +1 .
In this case, imshow(image, [0.4 1] ,'colormap','hsv'); %Not all range
I want to back this showed image to workspace with original size.
If the image size is larger than pixel size of monitor, the MATLAB reduce the size of showed image.
The input image is not 8 bit, its range is -1 to +1. It's the key.
This is gonna be a lot of thanks for your help.

채택된 답변

Oliver Woodford
Oliver Woodford 2013년 12월 16일
편집: Oliver Woodford 2013년 12월 16일
Use the sc() package.
A = sc(image, [0.4 1], 'hsv');
  댓글 수: 2
Yonghyun
Yonghyun 2013년 12월 16일
Thanks a lot!!!
Oliver Woodford
Oliver Woodford 2013년 12월 19일
A better thank you is to accept the answer!

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

추가 답변 (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