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

1 Ansicht (letzte 30 Tage)
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 Kommentar
Ashish Uthama
Ashish Uthama am 13 Aug. 2013
For the sliding window part: Have a look at blockproc. Go through the help and examples. If you need more help, post back.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by