Merge pull request #17723 from pemmanuelviel:pev--remove-duplicate

pull/17729/head
Alexander Alekhin 4 years ago
commit 5a7045181a
  1. 1
      modules/flann/include/opencv2/flann/hierarchical_clustering_index.h

@ -386,7 +386,6 @@ public:
throw FLANNException("Unknown algorithm for choosing initial centers.");
}
trees_ = get_param(params,"trees",4);
root = new NodePtr[trees_];
indices = new int*[trees_];

Loading…
Cancel
Save