-1

My Goal: I Want to recognize a portion of a big image from the big image using OpenCV lib in java.

Input: Eg. I have 2 images, One is a forest and another one is a cropped image of the first one.

Expected Output: now I want the output image should mark the area where the cropped image fits perfectly.

Ganesa Vijayakumar
  • 2,422
  • 5
  • 28
  • 41
Kapil Kumar
  • 1
  • 1
  • 2
  • Does this answer your question? [How do I find an image contained within an image?](https://stackoverflow.com/questions/7853628/how-do-i-find-an-image-contained-within-an-image) – Piglet Nov 21 '19 at 10:26

1 Answers1

0

You should look into matchtemplate documentation