how to apply W*W sliding window concept for gray image enhancement

1 次查看(过去 30 天)
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 _

采纳的回答

Image Analyst
Image Analyst 2013-8-13
You can use conv2() with appropriate filters, or you can use nlfilter with your own custom function. Or you can use adapthisteq().

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Filtering and Enhancement 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by