Class Detector
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
BitMatrixThe image.
Methods
detect()
Detects an Aztec Code in an image.
public AztecDetectorResult detect()
Returns
detect(bool)
Detects an Aztec Code in an image.
public AztecDetectorResult detect(bool isMirror)
Parameters
isMirror
boolif true, image is a mirror-image of original.
Returns
- AztecDetectorResult
encapsulating results of detecting an Aztec Code