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