PCTSignaturesMaxClustersCount Property |
http://www.emgu.com
Maximal number of generated clusters. If the number is exceeded, the clusters are sorted by their weights and the smallest clusters are cropped.
Namespace:
Emgu.CV.XFeatures2D
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic int MaxClustersCount { get; set; }
Public Property MaxClustersCount As Integer
Get
Set
public:
property int MaxClustersCount {
int get ();
void set (int value);
}
member MaxClustersCount : int with get, set
Property Value
Type:
Int32
See Also