Vuo  2.3.2
VuoBarcode.h
Go to the documentation of this file.
1 
10 #ifdef __cplusplus
11 extern "C"
12 {
13 #endif
14 
15 #include "VuoImage.h"
16 #include "VuoText.h"
17 #include "VuoList_VuoText.h"
18 
19 VuoText VuoBarcode_read(VuoImage image, VuoInteger format, VuoText *outputFormat, VuoRectangle *outputPosition);
20 
21 #ifdef __cplusplus
22 }
23 #endif