Table of Contents

Class WeChatQRCode.QRCode

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

The detected QR code

public class WeChatQRCode.QRCode
Inheritance
WeChatQRCode.QRCode
Inherited Members

Constructors

QRCode()

public QRCode()

Properties

Code

The string that this QR code represents

public string Code { get; set; }

Property Value

string

Region

The region of the QR code.

public Point[] Region { get; set; }

Property Value

Point[]