How to detect white patches in the image?

조회 수: 4 (최근 30일)
shashwathi shetty
shashwathi shetty 2016년 4월 20일
댓글: Image Analyst 2016년 5월 5일
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.

답변 (2개)

Nikhil Vyas
Nikhil Vyas 2016년 4월 27일
You may use regionprops for this. For information about usage of regionprops, refer the following link.
  댓글 수: 1
shashwathi shetty
shashwathi shetty 2016년 5월 3일
regionprops has so many option, which is suitable to extract only white patches? I have attached one sample image

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


Image Analyst
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
shashwathi shetty
shashwathi shetty 2016년 5월 5일
Dear Image Analyst, I could segment white patches by considering blue component of RGB image. Result is Gray image. I want to overlap gray image on original colour image. I tried multiplicatio, imfuse and overlay function, but it changes the colour of original image. How to get back the original colour of extracted white patch? Thank you
Image Analyst
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 CenterFile Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by