How can I remove the circles(different colours) from the dermoscopic image?
조회 수: 1 (최근 30일)
이전 댓글 표시
My dataset contains a variety of noise. One noise is in the form of different shapes(circles) of different sizes and colors at different locations. How can I remove them? Please give me some guidelines or some hints/code from where to start. Please see the attached image. I will be really thankful
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/167782/image.png)
댓글 수: 6
답변 (2개)
Selva Karna
2017년 10월 7일
first separate region based object, after that apply contour , further apply binary selection .
댓글 수: 0
Image Analyst
2017년 10월 7일
What I'd do is to threshold the saturation channel since the colored circles have much higher saturation than the skin. Attached is a demo.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/178552/image.png)
참고 항목
카테고리
Help Center 및 File Exchange에서 Biotech and Pharmaceutical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!