NativeMethodsimgproc_GeneralizedHoughGuil_setScaleThresh Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_GeneralizedHoughGuil_setScaleThresh( IntPtr obj, int val )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_GeneralizedHoughGuil_setScaleThresh ( obj As IntPtr, val As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_GeneralizedHoughGuil_setScaleThresh( IntPtr obj, int val )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_GeneralizedHoughGuil_setScaleThresh : obj : IntPtr * val : int -> unit
OpenCvSharp.NativeMethods.imgproc_GeneralizedHoughGuil_setScaleThresh = function(obj, val);