mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
Merge pull request #17723 from pemmanuelviel:pev--remove-duplicate
This commit is contained in:
commit
5a7045181a
@ -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…
Reference in New Issue
Block a user