How to remove the circular border from the image?

조회 수: 4 (최근 30일)
Jyothis Jose
Jyothis Jose 2014년 9월 20일
편집: Image Analyst 2022년 3월 16일
I want to remove the white circular border in the images attached. I need only those white spots in the image. Please help me with a matlab code for the same.

채택된 답변

Image Analyst
Image Analyst 2014년 9월 20일
편집: Image Analyst 2022년 3월 16일
Is the circle in the same location for every image? If so, see code in the FAQ for how to create a circle mask that you can multiply by your image or use as logical indexes to "erase" the circle. If not, you'll have to do something fancier and additional questions will need to be answered, like are all the blobs inside the circle or can they be outside, do any of the blobs touch the circle, etc.
  댓글 수: 2
Irma Krantz
Irma Krantz 2022년 3월 16일
Hi could you paste a link to that? I can't find it in FAQ. Thank you!

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by