QR code encoder parameters.
More...
#include <opencv2/objdetect.hpp>
QR code encoder parameters.
- Parameters
-
version | The optional version of QR code (by default - maximum possible depending on the length of the string). |
correction_level | The optional level of error correction (by default - the lowest). |
mode | The optional encoding mode - Numeric, Alphanumeric, Byte, Kanji, ECI or Structured Append. |
structure_number | The optional number of QR codes to generate in Structured Append mode. |
◆ Params()
cv::QRCodeEncoder::Params::Params |
( |
| ) |
|
◆ correction_level
◆ mode
◆ structure_number
int cv::QRCodeEncoder::Params::structure_number |
◆ version
int cv::QRCodeEncoder::Params::version |
The documentation for this struct was generated from the following file: