Property ClusterMinSize
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
ClusterMinSize
This parameter, multiplied by the index of iteration, gives the lower limit for cluster size. Clusters containing fewer points than specified by the limit have their centroid dismissed and points are reassigned.
public int ClusterMinSize { get; set; }