Table of Contents

Method DetectMulti

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

DetectMulti(InputArray, out Point2f[])

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

public bool DetectMulti(InputArray img, out Point2f[] points)

Parameters

img InputArray

grayscale or color (BGR) image containing (or not) QR code.

points Point2f[]

Output vector of vertices of the minimum-area quadrangle containing the codes.

Returns

bool