Click or drag to resize

QRCodeDetectorDetect Method

http://www.emgu.com
Detector the location of the QR code

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public bool Detect(
	IInputArray input,
	IOutputArray points
)

Parameters

input
Type: Emgu.CVIInputArray
The input image
points
Type: Emgu.CVIOutputArray
The location of the QR code in the image

Return Value

Type: Boolean
True if a QRCode is found.
See Also