BOWKMeansTrainerDescriptorCount Property |
http://www.emgu.com
Get the number of descriptors
Namespace:
Emgu.CV.Features2D
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic int DescriptorCount { get; }
Public ReadOnly Property DescriptorCount As Integer
Get
public:
property int DescriptorCount {
int get ();
}
member DescriptorCount : int with get
Property Value
Type:
Int32
See Also