Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a bug #51

Open
guyii54 opened this issue Mar 19, 2019 · 0 comments
Open

a bug #51

guyii54 opened this issue Mar 19, 2019 · 0 comments

Comments

@guyii54
Copy link

guyii54 commented Mar 19, 2019

this line should be cv::Point2f res = detect(_tmpl, getFeatures(image, 0, _scale_dsst), _peak_value);
otherwise the size of translation filter extracted_roi in getFeatures() is always the same(base_target_size*padding).

cv::Point2f res = detect(_tmpl, getFeatures(image, 0, 1.0f), _peak_value);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant