Click or drag to resize

KDTreeIndexParams Constructor (Int32)

Initializes a new instance of the KDTreeIndexParams class

Namespace:  OpenCvSharp.Flann
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public KDTreeIndexParams(
	int trees = 4
)

Parameters

trees (Optional)
Type: SystemInt32
The number of parallel kd-trees to use. Good values are in the range [1..16]
See Also