http://www.emgu.com
Load trained detector from a file
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static IntPtr cvLoadLatentSvmDetector(
string filename
) |
Visual Basic |
---|
Public Shared Function cvLoadLatentSvmDetector ( _
filename As String _
) As IntPtr |
Visual C++ |
---|
public:
static IntPtr cvLoadLatentSvmDetector(
String^ filename
) |
Parameters
- filename
- Type: System..::..String
Path to the file containing the parameters of trained Latent SVM detector
Return Value
Trained Latent SVM detector in internal representation
See Also