Click or drag to resize

NativeMethodsximgproc_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: OpenCvSharpPoint
srcImgInfo
Type: SystemIntPtr
angleRange
Type: SystemInt32
makeSkew
Type: SystemInt32
rules
Type: SystemInt32

Return Value

Type: Vec4i
See Also