Questions tagged [template-matching]

Template matching is the process of finding a smaller known template image in another larger image.

363 questions
-2
votes
1 answer

Best approach to do Image Matching?

In my work, I have to do image matching, provided one is real image and other is from different source, but the the size of images can be different, both images can be taken from different angles(very small change in angle) and other image can have…
-2
votes
1 answer

What is the fastest way to use Tensorflow Object Detection API as a flat image recognizer?

I am new to computer vision but I am trying to code an android/ios app which does the following: Get the live camera preview and try to detect one flat image (logo or painting) in that. In real-time. Draw a rect around the logo if found. If there is…
-2
votes
1 answer

template matching with multiple templates in android

I'm a beginner to OpenCV. I'm trying to do template matching with multiple tempates. for single template i get the source code from here OpenCV Template Matching example in Android I searched in the internet and I couldn't find a proper android or…
beny_21
  • 1
  • 2
1 2 3
24
25