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