Click or drag to resize
HierarchicalClusteringIndexParams Constructor
http://www.emgu.com
Initializes a new instance of the HierarchicalClusteringIndexParams.

Namespace: Emgu.CV.Flann
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public HierarchicalClusteringIndexParams(
	int branching = 32,
	CenterInitType centersInit = CenterInitType.Random,
	int trees = 4,
	int leafSize = 100
)

Parameters

branching (Optional)
Type: SystemInt32

[Missing <param name="branching"/> documentation for "M:Emgu.CV.Flann.HierarchicalClusteringIndexParams.#ctor(System.Int32,Emgu.CV.Flann.CenterInitType,System.Int32,System.Int32)"]

centersInit (Optional)
Type: Emgu.CV.FlannCenterInitType

[Missing <param name="centersInit"/> documentation for "M:Emgu.CV.Flann.HierarchicalClusteringIndexParams.#ctor(System.Int32,Emgu.CV.Flann.CenterInitType,System.Int32,System.Int32)"]

trees (Optional)
Type: SystemInt32

[Missing <param name="trees"/> documentation for "M:Emgu.CV.Flann.HierarchicalClusteringIndexParams.#ctor(System.Int32,Emgu.CV.Flann.CenterInitType,System.Int32,System.Int32)"]

leafSize (Optional)
Type: SystemInt32

[Missing <param name="leafSize"/> documentation for "M:Emgu.CV.Flann.HierarchicalClusteringIndexParams.#ctor(System.Int32,Emgu.CV.Flann.CenterInitType,System.Int32,System.Int32)"]

See Also