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
-
Whats your trying code?Ali– Ali2017-06-02 10:29:48 +00:00Commented Jun 2, 2017 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– Micka2017-06-02 10:46:37 +00:00Commented Jun 2, 2017 at 10:46
Add a comment
|
1 Answer
It is a multifaceted problem. Its easier to help with specific questions or problems.
This tutorial on Youtube helped me with this problem.