For contrast enhancement with input argument of type uint8, why imsharpen can't be used?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
For contrast enhancement with input argument of type uint8, why imsharpen can't be used?
Risposte (1)
Walter Roberson
il 25 Ago 2015
Modificato: Walter Roberson
il 25 Ago 2015
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 Commenti
Vedere anche
Categorie
Scopri di più su Image Filtering and Enhancement in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!