Table of Contents

Class QRCodeEncoder

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

QR code encoder

public class QRCodeEncoder : Algorithm, IDisposable
Inheritance
QRCodeEncoder
Implements
Inherited Members

Methods

Create()

Creates an instance of this class with default parameters.

Create(QRCodeEncoderParams)

Creates an instance of this class with given parameters.

Encode(string, OutputArray)

Generates QR code from string as input.

EncodeStructuredAppend(string, out Mat[])

Generates QR code from string as input, using the Structured Append mode. The encoded message is splitting over a number of QR codes.