How to detect white patches in the image?
2 ビュー (過去 30 日間)
古いコメントを表示
I need to detect aceto-white region in cervicogram image to detect cervical cancer. Thresholding and k-means are not suitable. Is there any method to detect white patch? I am using MATLAB.
0 件のコメント
回答 (2 件)
Nikhil Vyas
2016 年 4 月 27 日
You may use regionprops for this. For information about usage of regionprops, refer the following link.
Image Analyst
2016 年 5 月 3 日
You'll need to use color segmentation. See my demos: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
Or else use Color Thresholder on the Apps tab of the MATLAB tool ribbon.
4 件のコメント
Image Analyst
2016 年 5 月 5 日
Please at least Try the Color Thresholder. From that you can export code.
Then you can use the mask to blacken outside the regions of interest.
参考
カテゴリ
Help Center および File Exchange で Image Segmentation and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!