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