CvLoadLatentSvmDetector Method OpenCvSharp Class Library
load trained detector from a file

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvLatentSvmDetector LoadLatentSvmDetector(
	string filename
)

Parameters

filename
Type: SystemString
Name of file to be loaded.

Return Value

Type: CvLatentSvmDetector

[Missing <returns> documentation for "M:OpenCvSharp.Cv.LoadLatentSvmDetector(System.String)"]

See Also

Reference