Syntax for calling flannbased descriptorMatcher in opencv "3.0.0"..
I used below code to call flannbased descriptorMatcher in opencv "3.4.6"..
Ptr matcher = DescriptorMatcher::create(DescriptorMatcher::FLANNBASED);
error shown while compiling with opencv "3.0.0"
" error C2039: 'FLANNBASED' : is not a member of 'cv::DescriptorMatcher' "