Table of Contents

Class MultiDetector

Namespace
ZXing.Multi.QrCode.Internal
Assembly
zxing.dll

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

Sean Owen Hannes Erven

public sealed class MultiDetector : Detector
Inheritance
MultiDetector
Inherited Members

Constructors

MultiDetector(BitMatrix)

Initializes a new instance of the MultiDetector class.

public MultiDetector(BitMatrix image)

Parameters

image BitMatrix

The image.

Methods

detectMulti(IDictionary<DecodeHintType, object>)

Detects the multi.

public DetectorResult[] detectMulti(IDictionary<DecodeHintType, object> hints)

Parameters

hints IDictionary<DecodeHintType, object>

The hints.

Returns

DetectorResult[]