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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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