how to apply W*W sliding window concept for gray image enhancement
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
The objective is to achieve contrast enhancement is to improve the contrast of lesions for easy detection using a w*w sliding window with assumption that w is large enough to contain a statistically representative distribution of the local variation of lesions
_anybody pls guide me with matlab coding _
1 comentario
Ashish Uthama
el 13 de Ag. de 2013
For the sliding window part: Have a look at blockproc. Go through the help and examples. If you need more help, post back.
Respuesta aceptada
Image Analyst
el 13 de Ag. de 2013
You can use conv2() with appropriate filters, or you can use nlfilter with your own custom function. Or you can use adapthisteq().
2 comentarios
Image Analyst
el 18 de Ag. de 2013
Please click "Accept this Answer" if you're done with this discussion.
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!