Click or drag to resize

NativeMethodsimgproc_HoughCircles 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_HoughCircles(
	IntPtr src,
	IntPtr circles,
	int method,
	double dp,
	double minDist,
	double param1,
	double param2,
	int minRadius,
	int maxRadius
)

Parameters

src
Type: SystemIntPtr
circles
Type: SystemIntPtr
method
Type: SystemInt32
dp
Type: SystemDouble
minDist
Type: SystemDouble
param1
Type: SystemDouble
param2
Type: SystemDouble
minRadius
Type: SystemInt32
maxRadius
Type: SystemInt32
See Also