NativeMethodsimgproc_GeneralizedHough_detect2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_GeneralizedHough_detect2( IntPtr obj, IntPtr edges, IntPtr dx, IntPtr dy, IntPtr positions, IntPtr votes )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_GeneralizedHough_detect2 ( obj As IntPtr, edges As IntPtr, dx As IntPtr, dy As IntPtr, positions As IntPtr, votes As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_GeneralizedHough_detect2( IntPtr obj, IntPtr edges, IntPtr dx, IntPtr dy, IntPtr positions, IntPtr votes )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_GeneralizedHough_detect2 : obj : IntPtr * edges : IntPtr * dx : IntPtr * dy : IntPtr * positions : IntPtr * votes : IntPtr -> unit
OpenCvSharp.NativeMethods.imgproc_GeneralizedHough_detect2 = function(obj, edges, dx, dy, positions, votes);