Skip to content

Commit 5a70451

Browse files
committed
Merge pull request opencv#17723 from pemmanuelviel:pev--remove-duplicate
2 parents a84afb6 + 93a6be8 commit 5a70451

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/flann/include/opencv2/flann/hierarchical_clustering_index.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ class HierarchicalClusteringIndex : public NNIndex<Distance>
386386
throw FLANNException("Unknown algorithm for choosing initial centers.");
387387
}
388388

389-
trees_ = get_param(params,"trees",4);
390389
root = new NodePtr[trees_];
391390
indices = new int*[trees_];
392391

0 commit comments

Comments
 (0)