How can I find an image in its miniature form in another image ?

1 view (last 30 days)
How can I find an image in its miniature form in another image ?

Accepted Answer

Image Analyst
Image Analyst on 12 May 2019
Use normxcorr2() with the template being the mini-image. See my canned demo, attached. Change my template to yours, which is the mini-image.
00_Screenshot.png
  2 Comments
Tarique Anwar Mulla
Tarique Anwar Mulla on 12 May 2019
Hey thankyou for the respone it was really helpful I just have some doubts what is channel to corellation means and how does it help in the code and what will be the output if template image is not in the original image.
Image Analyst
Image Analyst on 12 May 2019
If it's not in there, then the correlation image will not ever have a very high values.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!