| KdTreeIndexParamses Constructor |
http://www.emgu.com
Namespace: Emgu.CV.FlannAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic KdTreeIndexParamses(
int trees
)
Public Sub New (
trees As Integer
)
public:
KdTreeIndexParamses(
int trees
)
new :
trees : int -> KdTreeIndexParamsesParameters
- trees
- Type: SystemInt32
The number of parallel kd-trees to use. Good values are in the range [1..16]
See Also