NativeMethodsobjdetect_LatentSvmDetector_load Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.objdetect_LatentSvmDetector_load(System.IntPtr,System.IntPtr[],System.Int32,System.IntPtr[],System.Int32)"]

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

public static int objdetect_LatentSvmDetector_load(
	IntPtr obj,
	IntPtr[] fileNames,
	int fileNamesLength,
	IntPtr[] classNames,
	int classNamesLength
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.objdetect_LatentSvmDetector_load(System.IntPtr,System.IntPtr[],System.Int32,System.IntPtr[],System.Int32)"]

fileNames
Type: SystemIntPtr

[Missing <param name="fileNames"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.objdetect_LatentSvmDetector_load(System.IntPtr,System.IntPtr[],System.Int32,System.IntPtr[],System.Int32)"]

fileNamesLength
Type: SystemInt32

[Missing <param name="fileNamesLength"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.objdetect_LatentSvmDetector_load(System.IntPtr,System.IntPtr[],System.Int32,System.IntPtr[],System.Int32)"]

classNames
Type: SystemIntPtr

[Missing <param name="classNames"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.objdetect_LatentSvmDetector_load(System.IntPtr,System.IntPtr[],System.Int32,System.IntPtr[],System.Int32)"]

classNamesLength
Type: SystemInt32

[Missing <param name="classNamesLength"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.objdetect_LatentSvmDetector_load(System.IntPtr,System.IntPtr[],System.Int32,System.IntPtr[],System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.objdetect_LatentSvmDetector_load(System.IntPtr,System.IntPtr[],System.Int32,System.IntPtr[],System.Int32)"]

See Also

Reference