45#if defined(_WINDOWS) && defined(OCEAN_RUNTIME_SHARED)
46 #ifdef USE_OCEAN_CV_DETECTOR_BARCODES_EXPORT
47 #define OCEAN_CV_DETECTOR_BARCODES_EXPORT __declspec(dllexport)
49 #define OCEAN_CV_DETECTOR_BARCODES_EXPORT __declspec(dllimport)
52 #define OCEAN_CV_DETECTOR_BARCODES_EXPORT
std::vector< uint32_t > SegmentData
Definition of segment data, i.e., a sequence of lengths of binary, alternating foreground and backgro...
Definition Barcodes.h:65
std::vector< uint8_t > ScanlineData
Definition of scan line data, i.e., a sequence of raw pixel data.
Definition Barcodes.h:59
std::vector< Barcode > Barcodes
Definition of a vector of barcodes.
Definition Barcode.h:28
The namespace covering the entire Ocean framework.
Definition Accessor.h:15