DpmDetectorClassNames Property |
http://www.emgu.com
Get the class names
Namespace:
Emgu.CV.Dpm
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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
See Also