NativeMethodsimgproc_HoughCircles Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_HoughCircles(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Int32)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

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

[Missing <param name="src"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_HoughCircles(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Int32)"]

circles
Type: SystemIntPtr

[Missing <param name="circles"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_HoughCircles(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Int32)"]

method
Type: SystemInt32

[Missing <param name="method"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_HoughCircles(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Int32)"]

dp
Type: SystemDouble

[Missing <param name="dp"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_HoughCircles(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Int32)"]

minDist
Type: SystemDouble

[Missing <param name="minDist"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_HoughCircles(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Int32)"]

param1
Type: SystemDouble

[Missing <param name="param1"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_HoughCircles(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Int32)"]

param2
Type: SystemDouble

[Missing <param name="param2"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_HoughCircles(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Int32)"]

minRadius
Type: SystemInt32

[Missing <param name="minRadius"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_HoughCircles(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Int32)"]

maxRadius
Type: SystemInt32

[Missing <param name="maxRadius"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_HoughCircles(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Int32)"]

See Also

Reference