Property JoiningDistance
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
JoiningDistance
Threshold euclidean distance between two centroids. If two cluster centers are closer than this distance, one of the centroids is dismissed and points are reassigned.
public float JoiningDistance { get; set; }