DescriptorMatcher::create how to add crosscheck=true
Hello,
is there a way to add cross-checking = true parameter
using DescriptorMatcher::create ?
reagards
add a comment
Hello,
is there a way to add cross-checking = true parameter
using DescriptorMatcher::create ?
reagards
it is not possible from the create function.
but you can do:
matcher->set("crossCheck", true);
or:
matcher->setBool("crossCheck", true);
Asked: 2014-09-09 12:13:14 -0600
Seen: 281 times
Last updated: Sep 10 '14