Click or drag to resize

NativeMethodsobjdetect_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: SystemIntPtr
fileNames
Type: SystemIntPtr
fileNamesLength
Type: SystemInt32
classNames
Type: SystemIntPtr
classNamesLength
Type: SystemInt32

Return Value

Type: Int32
See Also