Remove duplicate line

pull/17723/head
Pierre-Emmanuel Viel 5 years ago
parent a84afb6334
commit 93a6be836c
  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