For contrast enhancement with input argument of type uint8, why imsharpen can't be used?

조회 수: 4 (최근 30일)
For contrast enhancement with input argument of type uint8, why imsharpen can't be used?

답변 (1개)

Walter Roberson
Walter Roberson 2015년 8월 25일
편집: Walter Roberson 2015년 8월 25일
imsharpen() lists uint8 as being permitted for its inputs
If it is saying that it cannot find imsharpen() for uint8 arguments then it means that you do not have installed the Image Processing Toolkit for release R2013a or later. For older releases you can use fspecial() with the 'unsharp' option.

Community Treasure Hunt

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

Start Hunting!

Translated by