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)
Syntaxpublic LineSegment2DF[] Detect(
IInputArray image
)
Public Function Detect (
image As IInputArray
) As LineSegment2DF()
public:
array<LineSegment2DF>^ Detect(
IInputArray^ image
)
member Detect :
image : IInputArray -> LineSegment2DF[]
Parameters
- image
- Type: Emgu.CVIInputArray
Image to detect lines in.
Return Value
Type:
LineSegment2DFThe detected line segments
See Also