LatentSvmDetectorClassNames Property |
http://www.emgu.com
Gets the class names.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic string[] ClassNames { get; }
Public ReadOnly Property ClassNames As String()
Get
public:
property array<String^>^ ClassNames {
array<String^>^ get ();
}
member ClassNames : string[] with get
Property Value
Type:
String
The class names.
See Also