I want to find out a given image in an input image......first I used template matching using opencv but its not giving proper result. So I switched to keypoint matching using SIFT with opencv. But I am not able to find pixel location in a input image. Someone please help me I am looking everywhere but not able to solve my problem
Asked
Active
Viewed 378 times
0
-
Whats your trying code? – Ali Jun 02 '17 at 10:29
-
use matcher and compute a homography between template and input image. The object location then is the center of your template transformed to your input image. – Micka Jun 02 '17 at 10:46
1 Answers
1
It is a multifaceted problem. Its easier to help with specific questions or problems.
This tutorial on Youtube helped me with this problem.

pastaleg
- 1,782
- 2
- 17
- 23