NativeMethodsobjdetect_LatentSvmDetector_detect Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void objdetect_LatentSvmDetector_detect( IntPtr obj, IntPtr image, IntPtr objectDetections, float overlapThreshold, int numThreads )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub objdetect_LatentSvmDetector_detect ( obj As IntPtr, image As IntPtr, objectDetections As IntPtr, overlapThreshold As Single, numThreads As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void objdetect_LatentSvmDetector_detect( IntPtr obj, IntPtr image, IntPtr objectDetections, float overlapThreshold, int numThreads )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member objdetect_LatentSvmDetector_detect : obj : IntPtr * image : IntPtr * objectDetections : IntPtr * overlapThreshold : float32 * numThreads : int -> unit
OpenCvSharp.NativeMethods.objdetect_LatentSvmDetector_detect = function(obj, image, objectDetections, overlapThreshold, numThreads);