Groups the object candidate rectangles. rectList Input/output vector of rectangles. Output vector includes retained and grouped rectangles. (The Python list is not modified in place.) weights Input/output vector of weights of rectangles. Output vector includes weights of retained and grouped rectangles. (The Python list is not modified in place.) groupThreshold Minimum possible number of rectangles minus 1. The threshold is used in a group of rectangles to retain it. eps Relative difference between sides of the rectangles to merge them into a group.
More...
Groups the object candidate rectangles. rectList Input/output vector of rectangles. Output vector includes retained and grouped rectangles. (The Python list is not modified in place.) weights Input/output vector of weights of rectangles. Output vector includes weights of retained and grouped rectangles. (The Python list is not modified in place.) groupThreshold Minimum possible number of rectangles minus 1. The threshold is used in a group of rectangles to retain it. eps Relative difference between sides of the rectangles to merge them into a group.
◆ __fromPtr__()
static QRCodeEncoder OpenCVForUnity.ObjdetectModule.QRCodeEncoder.__fromPtr__ |
( |
IntPtr | addr | ) |
|
|
static |
◆ create() [1/2]
static QRCodeEncoder OpenCVForUnity.ObjdetectModule.QRCodeEncoder.create |
( |
| ) |
|
|
static |
Constructor.
- Parameters
-
parameters | QR code encoder parameters QRCodeEncoder::Params |
◆ create() [2/2]
Constructor.
- Parameters
-
parameters | QR code encoder parameters QRCodeEncoder::Params |
◆ Dispose()
override void OpenCVForUnity.ObjdetectModule.QRCodeEncoder.Dispose |
( |
bool | disposing | ) |
|
|
protectedvirtual |
◆ encode()
void OpenCVForUnity.ObjdetectModule.QRCodeEncoder.encode |
( |
string | encoded_info, |
|
|
Mat | qrcode ) |
Generates QR code from input string.
- Parameters
-
encoded_info | Input string to encode. |
qrcode | Generated QR code. |
◆ encodeStructuredAppend()
void OpenCVForUnity.ObjdetectModule.QRCodeEncoder.encodeStructuredAppend |
( |
string | encoded_info, |
|
|
List< Mat > | qrcodes ) |
Generates QR code from input string in Structured Append mode. The encoded message is splitting over a number of QR codes.
- Parameters
-
encoded_info | Input string to encode. |
qrcodes | Vector of generated QR codes. |
◆ getNativeObjAddr()
IntPtr OpenCVForUnity.ObjdetectModule.QRCodeEncoder.getNativeObjAddr |
( |
| ) |
|
◆ CORRECT_LEVEL_H
const int OpenCVForUnity.ObjdetectModule.QRCodeEncoder.CORRECT_LEVEL_H = 3 |
|
static |
◆ CORRECT_LEVEL_L
const int OpenCVForUnity.ObjdetectModule.QRCodeEncoder.CORRECT_LEVEL_L = 0 |
|
static |
◆ CORRECT_LEVEL_M
const int OpenCVForUnity.ObjdetectModule.QRCodeEncoder.CORRECT_LEVEL_M = 1 |
|
static |
◆ CORRECT_LEVEL_Q
const int OpenCVForUnity.ObjdetectModule.QRCodeEncoder.CORRECT_LEVEL_Q = 2 |
|
static |
◆ ECI_UTF8
const int OpenCVForUnity.ObjdetectModule.QRCodeEncoder.ECI_UTF8 = 26 |
|
static |
◆ MODE_ALPHANUMERIC
const int OpenCVForUnity.ObjdetectModule.QRCodeEncoder.MODE_ALPHANUMERIC = 2 |
|
static |
◆ MODE_AUTO
const int OpenCVForUnity.ObjdetectModule.QRCodeEncoder.MODE_AUTO = -1 |
|
static |
◆ MODE_BYTE
const int OpenCVForUnity.ObjdetectModule.QRCodeEncoder.MODE_BYTE = 4 |
|
static |
◆ MODE_ECI
const int OpenCVForUnity.ObjdetectModule.QRCodeEncoder.MODE_ECI = 7 |
|
static |
◆ MODE_KANJI
const int OpenCVForUnity.ObjdetectModule.QRCodeEncoder.MODE_KANJI = 8 |
|
static |
◆ MODE_NUMERIC
const int OpenCVForUnity.ObjdetectModule.QRCodeEncoder.MODE_NUMERIC = 1 |
|
static |
◆ MODE_STRUCTURED_APPEND
const int OpenCVForUnity.ObjdetectModule.QRCodeEncoder.MODE_STRUCTURED_APPEND = 3 |
|
static |
The documentation for this class was generated from the following file: