Click or drag to resize

QRCodeDetectorDetectMulti Method

Detects QR codes in image and returns the quadrangles containing the codes.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public bool DetectMulti(
	InputArray img,
	out Point2f[] points
)

Parameters

img
Type: OpenCvSharpInputArray
grayscale or color (BGR) image containing (or not) QR code.
points
Type: OpenCvSharpPoint2f
Output vector of vertices of the minimum-area quadrangle containing the codes.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:OpenCvSharp.QRCodeDetector.DetectMulti(OpenCvSharp.InputArray,OpenCvSharp.Point2f[]@)"]

See Also