Table of Contents

Class GraphicalCode

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

The detected barcode

public class GraphicalCode
Inheritance
GraphicalCode
Inherited Members

Constructors

GraphicalCode()

public GraphicalCode()

Properties

DecodedInfo

The string that the barcode represents

public string DecodedInfo { get; set; }

Property Value

string

Points

The barcode region

public PointF[] Points { get; set; }

Property Value

PointF[]