View Source Evision.QRCodeEncoder (Evision v0.1.7)
Link to this section Summary
cv
Constructor
Constructor
Generates QR code from input string.
Generates QR code from input string.
Generates QR code from input string in Structured Append mode. The encoded message is splitting over a number of QR codes.
Generates QR code from input string in Structured Append mode. The encoded message is splitting over a number of QR codes.
Functions
Raising version of create/1
.
Raising version of encode/2
.
Raising version of encode/3
.
Raising version of encodeStructuredAppend/2
.
Raising version of encodeStructuredAppend/3
.
Link to this section cv
Constructor
Keyword Arguments
parameters:
QRCodeEncoder_Params
.QR code encoder parameters QRCodeEncoder::Params
Python prototype (for reference):
create([, parameters]) -> retval
Constructor
Keyword Arguments
parameters:
QRCodeEncoder_Params
.QR code encoder parameters QRCodeEncoder::Params
Python prototype (for reference):
create([, parameters]) -> retval
Generates QR code from input string.
Positional Arguments
encoded_info:
String
.Input string to encode.
Return
qrcode:
Evision.Mat
.Generated QR code.
Python prototype (for reference):
encode(encoded_info[, qrcode]) -> qrcode
Generates QR code from input string.
Positional Arguments
encoded_info:
String
.Input string to encode.
Return
qrcode:
Evision.Mat
.Generated QR code.
Python prototype (for reference):
encode(encoded_info[, qrcode]) -> qrcode
Generates QR code from input string in Structured Append mode. The encoded message is splitting over a number of QR codes.
Positional Arguments
encoded_info:
String
.Input string to encode.
Return
qrcodes:
[Evision.Mat]
.Vector of generated QR codes.
Python prototype (for reference):
encodeStructuredAppend(encoded_info[, qrcodes]) -> qrcodes
Generates QR code from input string in Structured Append mode. The encoded message is splitting over a number of QR codes.
Positional Arguments
encoded_info:
String
.Input string to encode.
Return
qrcodes:
[Evision.Mat]
.Vector of generated QR codes.
Python prototype (for reference):
encodeStructuredAppend(encoded_info[, qrcodes]) -> qrcodes
Link to this section Functions
Raising version of create/0
.
Raising version of create/1
.
Raising version of encode/2
.
Raising version of encode/3
.
Raising version of encodeStructuredAppend/2
.
Raising version of encodeStructuredAppend/3
.