API Reference
Class
MicroQrPixelDecodeInfo
Describes how a Micro QR symbol was recognized in an image.
Inheritance
- Object
- MicroQrPixelDecodeInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method MicroQrDecoder.TryDecode
- Method MicroQrDecoder.TryDecode
- Method MicroQrDecoder.TryDecode
- Method MicroQrDecoder.TryDecode
- Method MicroQrDecoder.TryDecodeImage
Inherited Methods
Properties
public SymbolGeometry Geometry { get; } #Gets the detected symbol quadrilateral in source-image coordinates.
public Boolean IsInverted { get; } #Gets whether light modules on a dark background were recognized.
public Boolean IsMirrored { get; } #Gets whether the sampled symbol was mirrored.
public Byte Threshold { get; } #Gets the grayscale threshold used for the successful recognition.