PCTSignaturesDropThreshold Property |
http://www.emgu.com
Remove centroids in k-means whose weight is lesser or equal to given threshold.
Namespace:
Emgu.CV.XFeatures2D
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic float DropThreshold { get; set; }
Public Property DropThreshold As Single
Get
Set
public:
property float DropThreshold {
float get ();
void set (float value);
}
member DropThreshold : float32 with get, set
Property Value
Type:
Single
See Also