Click or drag to resize

PCTSignaturesIterationCount Property

http://www.emgu.com
Number of iterations of the k-means clustering. We use fixed number of iterations, since the modified clustering is pruning clusters (not iteratively refining k clusters).

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

Property Value

Type: Int32
See Also