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

Property Value

Type: Int32
See Also