LatentSvmDetectorGetClassNames Method
|
Return the class (model) names that were passed in constructor or method load or extracted from models filenames in those methods.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic string[] GetClassNames()
Public Function GetClassNames As String()
public:
array<String^>^ GetClassNames()
member GetClassNames : unit -> string[]
function GetClassNames();
Return Value
Type:
String
See Also