Click or drag to resize

LSDDetectorDetect Method

http://www.emgu.com
Detect lines inside an image.

Namespace:  Emgu.CV.LineDescriptor
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public void Detect(
	Mat image,
	VectorOfKeyLine keylines,
	int scale,
	int numOctaves,
	Mat mask = null
)

Parameters

image
Type: Emgu.CVMat
Input image
keylines
Type: Emgu.CV.LineDescriptorVectorOfKeyLine
Vector that will store extracted lines for one or more images
scale
Type: SystemInt32
Scale factor used in pyramids generation
numOctaves
Type: SystemInt32
Number of octaves inside pyramid
mask (Optional)
Type: Emgu.CVMat
Mask matrix to detect only KeyLines of interest
See Also