BOWKMeansTrainerDescriptorCount Property |
http://www.emgu.com
Get the number of descriptors
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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