Click or drag to resize

QRCodeDetectorDetect Method

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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