For contrast enhancement with input argument of type uint8, why imsharpen can't be used?
1 回表示 (過去 30 日間)
古いコメントを表示
For contrast enhancement with input argument of type uint8, why imsharpen can't be used?
回答 (1 件)
Walter Roberson
2015 年 8 月 25 日
編集済み: Walter Roberson
2015 年 8 月 25 日
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Filtering and Enhancement についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!