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

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

For the sliding window part: Have a look at blockproc. Go through the help and examples. If you need more help, post back.

댓글을 달려면 로그인하십시오.

 채택된 답변

Image Analyst
Image Analyst 2013년 8월 13일

0 개 추천

You can use conv2() with appropriate filters, or you can use nlfilter with your own custom function. Or you can use adapthisteq().

댓글 수: 2

Please click "Accept this Answer" if you're done with this discussion.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File 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