bytedeco/javacv
View on GitHubQuestion : position and matching threshold of all results
Open
#349 opened on Mar 5, 2016
help wantedquestion
Repository metrics
- Stars
- (6,985 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Hi
I can return the object that is the best match. Thanks for that
I now need to extend this so it returns the closest object to point p with a threshold greater then x.
Minnaxloc only provides me with the point with the best threshold what should I use instead?
Thanks