PCTSignaturesClusterMinSize Property |
http://www.emgu.com
This parameter multiplied by the index of iteration gives lower limit for cluster size. Clusters containing fewer points than specified by the limit have their centroid dismissed and points are reassigned.
Namespace:
Emgu.CV.XFeatures2D
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic int ClusterMinSize { get; set; }
Public Property ClusterMinSize As Integer
Get
Set
public:
property int ClusterMinSize {
int get ();
void set (int value);
}
member ClusterMinSize : int with get, set
Property Value
Type:
Int32
See Also