Click or drag to resize

NativeMethodsximgproc_FastHoughTransform 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 void ximgproc_FastHoughTransform(
	IntPtr src,
	IntPtr dst,
	int dstMatDepth,
	int angleRange,
	int op,
	int makeSkew
)

Parameters

src
Type: SystemIntPtr
dst
Type: SystemIntPtr
dstMatDepth
Type: SystemInt32
angleRange
Type: SystemInt32
op
Type: SystemInt32
makeSkew
Type: SystemInt32
See Also