NativeMethodsimgproc_GeneralizedHough_getMinDist Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static double imgproc_GeneralizedHough_getMinDist( IntPtr obj )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_GeneralizedHough_getMinDist ( obj As IntPtr ) As Double
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static double imgproc_GeneralizedHough_getMinDist( IntPtr obj )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_GeneralizedHough_getMinDist : obj : IntPtr -> float
OpenCvSharp.NativeMethods.imgproc_GeneralizedHough_getMinDist = function(obj);