Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

FLANN matcher in Java

Hi!

I'm a newbie here, so be gentle, please ^^U

I'm trying to make a traffic signs recognition with Java for my Final Work on university; and I'm full of questions. To achieve this, I was basing my work on FLANN Based.

Because after some research I think FLANN algorithm might be my best choice (Correct me if wrong).

However, when I try to compile the project I get "OpenCV Error: Bad argument (Specified descriptor extractor type is not supported.) "

I'm using:
FeatureDetector: FAST
DescriptorExtractor: SURF
DescriptionMatcher: FLANNBASED