For contrast enhancement with input argument of type uint8, why imsharpen can't be used?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
For contrast enhancement with input argument of type uint8, why imsharpen can't be used?
Respuestas (1)
Walter Roberson
el 25 de Ag. de 2015
Editada: Walter Roberson
el 25 de Ag. de 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 comentarios
Ver también
Categorías
Más información sobre Image Filtering and Enhancement en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!