Click or drag to resize

NativeMethods.ximgproc_HoughPoint2Line Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static Vec4i ximgproc_HoughPoint2Line(
	Point houghPoint,
	IntPtr srcImgInfo,
	int angleRange,
	int makeSkew,
	int rules
)

Parameters

houghPoint
Type: OpenCvSharp.Point
srcImgInfo
Type: System.IntPtr
angleRange
Type: System.Int32
makeSkew
Type: System.Int32
rules
Type: System.Int32

Return Value

Type: Vec4i
See Also