Skip to content

Commit

Permalink
Merge pull request opencv#17723 from pemmanuelviel:pev--remove-duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Jul 1, 2020
2 parents a84afb6 + 93a6be8 commit 5a70451
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ class HierarchicalClusteringIndex : public NNIndex<Distance>
throw FLANNException("Unknown algorithm for choosing initial centers.");
}

trees_ = get_param(params,"trees",4);
root = new NodePtr[trees_];
indices = new int*[trees_];

Expand Down

0 comments on commit 5a70451

Please sign in to comment.