Click or drag to resize

FastLineDetectorDetect Method

http://www.emgu.com
Finds lines in the input image.

Namespace:  Emgu.CV.XImgproc
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public LineSegment2DF[] Detect(
	IInputArray image
)

Parameters

image
Type: Emgu.CVIInputArray
Image to detect lines in.

Return Value

Type: LineSegment2DF
The detected line segments
See Also