Method Build
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Build(int)
Builds the index.
public void Build(int trees = -1)
Parameters
treesintNumber of trees in the index. -1 determines the number automatically.
Builds the index.
public void Build(int trees = -1)
trees intNumber of trees in the index. -1 determines the number automatically.