Click or drag to resize

CudaHoughCirclesDetectorDetect Method (IInputArray)

http://www.emgu.com
Finds circles in a grayscale image using the Hough transform.

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public CircleF[] Detect(
	IInputArray image
)

Parameters

image
Type: Emgu.CVIInputArray
8-bit, single-channel grayscale input image.

Return Value

Type: CircleF
Circles detected
See Also