Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoBarcode.h File Reference

Description

VuoBarcode interface.

Functions

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

Function Documentation

VuoText VuoBarcode_read ( VuoImage  image,
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.