Vuo  1.2.8
Functions
VuoBarcode.h File Reference

Description

VuoBarcode interface.

Functions

VuoText VuoBarcode_read (VuoImage image, VuoInteger format, VuoText *outputFormat, VuoRectangle *outputPosition)
 Attempts to find a barcode in image. More...
 

Function Documentation

◆ VuoBarcode_read()

VuoText VuoBarcode_read ( VuoImage  image,
VuoInteger  format,
VuoText outputFormat,
VuoRectangle outputPosition 
)

Attempts to find a barcode in image.

If a barcode was found, returns the decoded text, and, if outputPosition is non-NULL, outputs the Vuo Coordinates covering the detected area. If no barcode was found, returns NULL.

Todo:
Check whether MultiFormatReader::decodeWithState is faster