Hi. I'm trying to use FlannMatcher with HierarchicalClusteringIndexParams and binary descriptors. It throws the following error:
OpenCV Error: Unsupported format or combination of formats (type=0 ) in cv::flann::buildIndex_, file D:\dev\opencv\source\modules\flann\src\minifla nn.cpp, line 315
It works fine with LshIndexParams.
Am I missing something?