Class MultiDetector
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.
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
BitMatrixThe image.
Methods
detectMulti(IDictionary<DecodeHintType, object>)
Detects the multi.
public DetectorResult[] detectMulti(IDictionary<DecodeHintType, object> hints)
Parameters
hints
IDictionary<DecodeHintType, object>The hints.