Contents

CIFeatureTypeQRCode

A Core Image feature type for QR code object.

Declaration

let CIFeatureTypeQRCode: String

Discussion

To detect QR codes in an image or video, pass this to /CIDetector/detectorOfType:context:options:

Use the CIQRCodeFeature class to find more information about the detected QR code.

See Also

Feature Types