OpenCV
4.10.0
Open Source Computer Vision
|
QR code encoder parameters. More...
#include <opencv2/objdetect.hpp>
Public Member Functions | |
Params () | |
Public Attributes | |
CorrectionLevel | correction_level |
The optional level of error correction (by default - the lowest). | |
EncodeMode | mode |
The optional encoding mode - Numeric, Alphanumeric, Byte, Kanji, ECI or Structured Append. | |
int | structure_number |
The optional number of QR codes to generate in Structured Append mode. | |
int | version |
The optional version of QR code (by default - maximum possible depending on the length of the string). | |
QR code encoder parameters.
cv::QRCodeEncoder::Params::Params | ( | ) |
CorrectionLevel cv::QRCodeEncoder::Params::correction_level |
The optional level of error correction (by default - the lowest).
EncodeMode cv::QRCodeEncoder::Params::mode |
The optional encoding mode - Numeric, Alphanumeric, Byte, Kanji, ECI or Structured Append.
int cv::QRCodeEncoder::Params::structure_number |
The optional number of QR codes to generate in Structured Append mode.
int cv::QRCodeEncoder::Params::version |
The optional version of QR code (by default - maximum possible depending on the length of the string).