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.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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