Find a particular image in another image.

3 views (last 30 days)
If I have two image, one contain different shapes like circle, rectangle and other different objects and irregular shapes. And another contain only a shape suppose a circle. What method I can follow in MATLAB to find the if same circle is present in first image? I have create a mask of the circle. Now which method used to use to matching?

Accepted Answer

Image Analyst
Image Analyst on 8 Apr 2018
Use normxcorr2(). Attached is a demo.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!