Ocean
|
Go to the source code of this file.
Data Structures | |
class | Ocean::CV::Detector::Barcodes::Barcode |
Definition of a barcode. More... | |
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 | |
Typedefs | |
typedef std::vector< Barcode > | Ocean::CV::Detector::Barcodes::Barcodes |
Definition of a vector of barcodes. More... | |
typedef std::unordered_set< BarcodeType > | Ocean::CV::Detector::Barcodes::BarcodeTypeSet |
Definition of a set of barcode types. More... | |
Enumerations | |
enum class | Ocean::CV::Detector::Barcodes::BarcodeType : uint32_t { Ocean::CV::Detector::Barcodes::INVALID = 0u , Ocean::CV::Detector::Barcodes::EAN_13 = 1u << 0u , Ocean::CV::Detector::Barcodes::UPC_A = 1u << 1u } |
Definition of barcode types. More... | |