Skip to content
Snippets Groups Projects
Commit 686f1995 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Merge branch '3-flannbased-bug-fix' into 'master'

Resolve "cannot use FLANNBASED matcher with binary descriptors"

Closes #3

See merge request mobile_robotics/vision_utils!3
parents 9fd248aa a1b43c2a
No related branches found
No related tags found
1 merge request!3Resolve "cannot use FLANNBASED matcher with binary descriptors"
......@@ -2,7 +2,7 @@
namespace vision_utils {
MatcherFLANNBASED::MatcherFLANNBASED(void) : MatcherBase("BRUTEFORCE_FLANNBASED")
MatcherFLANNBASED::MatcherFLANNBASED(void) : MatcherBase("FLANNBASED")
{}
MatcherFLANNBASED::~MatcherFLANNBASED(void)
......
......@@ -16,7 +16,7 @@ VU_STRUCT_PTR_TYPEDEFS(MatcherParamsFLANNBASED);
struct MatcherParamsFLANNBASED: public MatcherParamsBase
{
// TODO: Add possible parameters
MatcherParamsFLANNBASED() : MatcherParamsBase("BRUTEFORCE_FLANNBASED"){}
MatcherParamsFLANNBASED() : MatcherParamsBase("FLANNBASED"){}
~MatcherParamsFLANNBASED(){}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment