Click or drag to resize

PCTSignaturesClusterMinSize Property

http://www.emgu.com
This parameter multiplied by the index of iteration gives lower limit for cluster size. Clusters containing fewer points than specified by the limit have their centroid dismissed and points are reassigned.

Namespace:  Emgu.CV.XFeatures2D
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public int ClusterMinSize { get; set; }

Property Value

Type: Int32
See Also