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

3 次查看(过去 30 天)
How can I find an image in its miniature form in another image ?

采纳的回答

Image Analyst
Image Analyst 2019-5-12
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 个评论
Tarique Anwar Mulla
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 2019-5-12
If it's not in there, then the correlation image will not ever have a very high values.

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by