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