LatentSvmDetectorClassCount Property |
http://www.emgu.com
Gets the class count.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic int ClassCount { get; }
Public ReadOnly Property ClassCount As Integer
Get
public:
property int ClassCount {
int get ();
}
member ClassCount : int with get
Property Value
Type:
Int32
The class count.
See Also