Ocean
|
Go to the source code of this file.
Namespaces | |
Ocean | |
The namespace covering the entire Ocean framework. | |
Ocean::CV | |
Namespace of the CV library. | |
Ocean::CV::Detector | |
Namespace of the CV Detector library. | |
Ocean::CV::Detector::Barcodes | |
Ocean::Tracking::Barcodes | |
Namespace of the barcode code library. | |
Typedefs | |
typedef std::vector< uint8_t > | Ocean::CV::Detector::Barcodes::ScanlineData |
Definition of scan line data, i.e., a sequence of raw pixel data. More... | |
typedef std::vector< uint32_t > | Ocean::CV::Detector::Barcodes::SegmentData |
Definition of segment data, i.e., a sequence of lengths of binary, alternating foreground and background segments (resulting from applying a threshold to raw pixel data). More... | |