NativeMethodsximgproc_HoughPoint2Line Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static Vec4i ximgproc_HoughPoint2Line( Point houghPoint, IntPtr srcImgInfo, int angleRange, int makeSkew, int rules )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function ximgproc_HoughPoint2Line ( houghPoint As Point, srcImgInfo As IntPtr, angleRange As Integer, makeSkew As Integer, rules As Integer ) As Vec4i
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static Vec4i ximgproc_HoughPoint2Line( Point houghPoint, IntPtr srcImgInfo, int angleRange, int makeSkew, int rules )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ximgproc_HoughPoint2Line : houghPoint : Point * srcImgInfo : IntPtr * angleRange : int * makeSkew : int * rules : int -> Vec4i
OpenCvSharp.NativeMethods.ximgproc_HoughPoint2Line = function(houghPoint, srcImgInfo, angleRange, makeSkew, rules);