Click or drag to resize

BinaryDescriptorDetect Method

http://www.emgu.com
Line detection.

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,
	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
mask (Optional)
Type: Emgu.CVMat
Mask matrix to detect only KeyLines of interest
See Also