Click or drag to resize

PCTSignaturesMaxClustersCount Property

http://www.emgu.com
Maximal number of generated clusters. If the number is exceeded, the clusters are sorted by their weights and the smallest clusters are cropped.

Namespace:  Emgu.CV.XFeatures2D
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public int MaxClustersCount { get; set; }

Property Value

Type: Int32
See Also