Click or drag to resize

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
Syntax
public string[] GetClassNames()

Return Value

Type: String
See Also