Ocean
Loading...
Searching...
No Matches
Barcodes.h File Reference

Go to the source code of this file.

Namespaces

namespace  Ocean
 The namespace covering the entire Ocean framework.
 
namespace  Ocean::CV
 Namespace of the CV library.
 
namespace  Ocean::CV::Detector
 Namespace of the CV Detector library.
 
namespace  Ocean::CV::Detector::Barcodes
 
namespace  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.
 
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).