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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public int MaxClustersCount { get; set; }

Property Value

Type: Int32
See Also