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