Property IterationCount
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
IterationCount
Number of iterations of the k-means clustering. We use a fixed number of iterations, since the modified clustering is pruning clusters (not iteratively refining k clusters).
public int IterationCount { get; set; }