필터 지우기
필터 지우기

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
Tarique Anwar Mulla 2019년 5월 12일
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