What is the difference between double() and im2double() ?

조회 수: 24 (최근 30일)
D Joseph
D Joseph 2015년 8월 13일
댓글: D Joseph 2015년 8월 13일
What is the difference between double() and im2double() ?

채택된 답변

blaat
blaat 2015년 8월 13일
The function double() only converts the specified array to a variable of type double, keeping the same values. The function im2double() also normalises to an interval of [0, 1], which is convenient when working with e.g., imshow().

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

태그

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

Community Treasure Hunt

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

Start Hunting!

Translated by