TDetector Class

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

Unit: ZXing.QrCode.Internal.Detector
System.TObject
  ZXing.QrCode.Internal.Detector.TDetector
type TDetector = class(TObject)

The TDetector type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the class.

Destroy

Top
Show:
 NameDescription
ResultPointCallback

image

Top
Show:
 NameDescription
calculateModuleSize

detect
Overloaded.

Detects a QR Code in an image.

detect
Overloaded.

Detects a QR Code in an image.

findAlignmentInRegion

processFinderPatternInfo

Processes the finder pattern info.

Top