mirror of
https://github.com/opencv/opencv.git
synced 2025-06-21 10:30:51 +08:00
Remove duplicate line
This commit is contained in:
parent
a84afb6334
commit
93a6be836c
@ -386,7 +386,6 @@ public:
|
|||||||
throw FLANNException("Unknown algorithm for choosing initial centers.");
|
throw FLANNException("Unknown algorithm for choosing initial centers.");
|
||||||
}
|
}
|
||||||
|
|
||||||
trees_ = get_param(params,"trees",4);
|
|
||||||
root = new NodePtr[trees_];
|
root = new NodePtr[trees_];
|
||||||
indices = new int*[trees_];
|
indices = new int*[trees_];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user