Clear Filters
Clear Filters

How to detect the circular object in the middle of this image?

3 views (last 30 days)
I have a binary image. I want to keep the circular object in the middle of the image and remove all other components. How can I do that?

Accepted Answer

Image Analyst
Image Analyst on 23 Nov 2018
Simply mask the image. See attached m-file.
0000 Screenshot.png
  3 Comments
Image Analyst
Image Analyst on 23 Nov 2018
I suggest using normxcorr2() to find the pattern. I attach an example.

Sign in to comment.

More Answers (0)

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!