Commit 8d369262 authored by Maria Dimashova's avatar Maria Dimashova

moved flannIndex to protected section again

parent 5cc7d858
......@@ -2273,7 +2273,6 @@ public:
virtual Ptr<DescriptorMatcher> clone( bool emptyTrainData=false ) const;
Ptr<flann::Index> flannIndex;
protected:
static void convertToDMatches( const DescriptorCollection& descriptors,
const Mat& indices, const Mat& distances,
......@@ -2286,7 +2285,7 @@ protected:
Ptr<flann::IndexParams> indexParams;
Ptr<flann::SearchParams> searchParams;
//Ptr<flann::Index> flannIndex;
Ptr<flann::Index> flannIndex;
DescriptorCollection mergedDescriptors;
int addedDescCount;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment