Table of Contents

Class Detector

Namespace
ZXing.Aztec.Internal
Assembly
zxing.dll

Encapsulates logic that can detect an Aztec Code in an image, even if the Aztec Code is rotated or skewed, or partially obscured.

public sealed class Detector
Inheritance
Detector
Inherited Members

Constructors

Detector(BitMatrix)

Initializes a new instance of the Detector class.

public Detector(BitMatrix image)

Parameters

image BitMatrix

The image.

Methods

detect()

Detects an Aztec Code in an image.

public AztecDetectorResult detect()

Returns

AztecDetectorResult

detect(bool)

Detects an Aztec Code in an image.

public AztecDetectorResult detect(bool isMirror)

Parameters

isMirror bool

if true, image is a mirror-image of original.

Returns

AztecDetectorResult

encapsulating results of detecting an Aztec Code