Skip to content
Snippets Groups Projects
Commit a1b43c2a authored by oriolvendrell's avatar oriolvendrell
Browse files

FIX flannbased to match binary descriptors #3

parent 9fd248aa
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