NativeMethodsobjdetect_LatentSvmDetector_getClassNames Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void objdetect_LatentSvmDetector_getClassNames( IntPtr obj, IntPtr outValues )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub objdetect_LatentSvmDetector_getClassNames ( obj As IntPtr, outValues As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void objdetect_LatentSvmDetector_getClassNames( IntPtr obj, IntPtr outValues )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member objdetect_LatentSvmDetector_getClassNames : obj : IntPtr * outValues : IntPtr -> unit
OpenCvSharp.NativeMethods.objdetect_LatentSvmDetector_getClassNames = function(obj, outValues);