NativeMethodsobjdetect_LatentSvmDetector_load Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int objdetect_LatentSvmDetector_load( IntPtr obj, IntPtr[] fileNames, int fileNamesLength, IntPtr[] classNames, int classNamesLength )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function objdetect_LatentSvmDetector_load ( obj As IntPtr, fileNames As IntPtr(), fileNamesLength As Integer, classNames As IntPtr(), classNamesLength As Integer ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int objdetect_LatentSvmDetector_load( IntPtr obj, array<IntPtr>^ fileNames, int fileNamesLength, array<IntPtr>^ classNames, int classNamesLength )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member objdetect_LatentSvmDetector_load : obj : IntPtr * fileNames : IntPtr[] * fileNamesLength : int * classNames : IntPtr[] * classNamesLength : int -> int
OpenCvSharp.NativeMethods.objdetect_LatentSvmDetector_load = function(obj, fileNames, fileNamesLength, classNames, classNamesLength);