FormXBarcodeDetector
public protocol FormXBarcodeDetector
Methods for detecting barcode within a image.
-
Detects barcode in input image with specified orientation.
Declaration
Swift
func detect(image: CIImage, orientation: CGImagePropertyOrientation) -> [FormXBarcodeRegion]