0

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

2
  • Whats your trying code? Commented 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. Commented Jun 2, 2017 at 10:46

1 Answer 1

1

It is a multifaceted problem. Its easier to help with specific questions or problems.

This tutorial on Youtube helped me with this problem.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.