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.1.0.3408 (4.1.0.3408)
Syntaxpublic int IterationCount { get; set; }
Public Property IterationCount As Integer
Get
Set
public:
property int IterationCount {
int get ();
void set (int value);
}
member IterationCount : int with get, set
Property Value
Type:
Int32
See Also