Becoz a rectangle [my used way to find the match] is drawn even when there is no proper match or no match
I want the single match that is most accurate…
is CV_TM_CCOEFF_NORMED the best one (i consider only accuracy)..??
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to define a threshold, which is depending on your application.
I guess, CV_TM_CCOEFF_NORMED returns 1 for a perfect match? (haven’t tried it)
So maybe you can filter out false positives, if the global maximum is smaller than e.g. 0.8.