OpenCV 4.5.3(日本語機械翻訳)
クラス | 列挙型 | 関数
Barcode detecting and decoding methods

クラス

class cv::barcode::BarcodeDetector

列挙型

enum BarcodeType {
NONE , EAN_8 , EAN_13 , UPC_A ,
UPC_E , UPC_EAN_EXTENSION
}

関数

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

詳解