Package org.opencv.objdetect
Class QRCodeEncoder_Params
java.lang.Object
org.opencv.objdetect.QRCodeEncoder_Params
public class QRCodeEncoder_Params extends Object
QR code encoder 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.
-
Field Summary
Fields Modifier and Type Field Description protected long
nativeObj
-
Constructor Summary
Constructors Modifier Constructor Description QRCodeEncoder_Params()
protected
QRCodeEncoder_Params(long addr)
-
Method Summary
Modifier and Type Method Description static QRCodeEncoder_Params
__fromPtr__(long addr)
protected void
finalize()
int
get_structure_number()
int
get_version()
long
getNativeObjAddr()
void
set_structure_number(int structure_number)
void
set_version(int version)
-
Field Details
-
Constructor Details
-
Method Details