OpenCV  4.5.4
Open Source Computer Vision
Classes | Namespaces | Enumerations | Functions
barcode.hpp File Reference
#include <opencv2/core.hpp>
#include <ostream>

Classes

class  cv::barcode::BarcodeDetector
 

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::barcode
 

Enumerations

enum  cv::barcode::BarcodeType {
  cv::barcode::NONE,
  cv::barcode::EAN_8,
  cv::barcode::EAN_13,
  cv::barcode::UPC_A,
  cv::barcode::UPC_E,
  cv::barcode::UPC_EAN_EXTENSION
}
 

Functions

static std::ostream & cv::barcode::operator<< (std::ostream &out, const BarcodeType &barcode_type)