Click or drag to resize

NativeMethods.objdetect_LatentSvmDetector_load Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static int objdetect_LatentSvmDetector_load(
	IntPtr obj,
	IntPtr[] fileNames,
	int fileNamesLength,
	IntPtr[] classNames,
	int classNamesLength
)

Parameters

obj
Type: System.IntPtr
fileNames
Type:System.IntPtr[]
fileNamesLength
Type: System.Int32
classNames
Type:System.IntPtr[]
classNamesLength
Type: System.Int32

Return Value

Type: Int32
See Also