Click or drag to resize

NativeMethodsimgproc_GeneralizedHough_detect2 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 imgproc_GeneralizedHough_detect2(
	IntPtr obj,
	IntPtr edges,
	IntPtr dx,
	IntPtr dy,
	IntPtr positions,
	IntPtr votes
)

Parameters

obj
Type: SystemIntPtr
edges
Type: SystemIntPtr
dx
Type: SystemIntPtr
dy
Type: SystemIntPtr
positions
Type: SystemIntPtr
votes
Type: SystemIntPtr
See Also