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

Property Value

Type: Int32
See Also