How to locate a sub image in the original image with both images having the same size?

3 views (last 30 days)
Hello, I am new guy to matlab and I would like to get some help to locate a portion of an image in the original image with both the images having the same size.

Answers (1)

Image Analyst
Image Analyst on 20 Jun 2017
If they're both the same size, then the upper left of the position will be (1,1).
If one image is smaller than the other, you can use normalized cross correlation, using the function normxcorr2(), like in the attached demo.

Community Treasure Hunt

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

Start Hunting!