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 _
1 件のコメント
Ashish Uthama
2013 年 8 月 13 日
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
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().
2 件のコメント
Image Analyst
2013 年 8 月 18 日
Please click "Accept this Answer" if you're done with this discussion.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!