Ask Your Question
0

DescriptorMatcher::create how to add crosscheck=true

asked 2014-09-09 12:13:14 -0600

curtis newton gravatar image

Hello,

is there a way to add cross-checking = true parameter

using DescriptorMatcher::create ?

reagards

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-09-10 02:59:55 -0600

berak gravatar image

it is not possible from the create function.

but you can do:

matcher->set("crossCheck", true);

or:

matcher->setBool("crossCheck", true);
edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-09-09 12:13:14 -0600

Seen: 258 times

Last updated: Sep 10 '14