View Source Evision.QRCodeEncoder (Evision v0.1.8)

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.

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
Link to this function

encode(self, encoded_info)

View Source

Generates QR code from input string.

Positional Arguments
  • encoded_info: String.

    Input string to encode.

Return

Python prototype (for reference):

encode(encoded_info[, qrcode]) -> qrcode
Link to this function

encode(self, encoded_info, opts)

View Source

Generates QR code from input string.

Positional Arguments
  • encoded_info: String.

    Input string to encode.

Return

Python prototype (for reference):

encode(encoded_info[, qrcode]) -> qrcode
Link to this function

encodeStructuredAppend(self, encoded_info)

View Source

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 function

encodeStructuredAppend(self, encoded_info, opts)

View Source

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.

Link to this function

encode!(self, encoded_info)

View Source

Raising version of encode/2.

Link to this function

encode!(self, encoded_info, opts)

View Source

Raising version of encode/3.

Link to this function

encodeStructuredAppend!(self, encoded_info)

View Source

Raising version of encodeStructuredAppend/2.

Link to this function

encodeStructuredAppend!(self, encoded_info, opts)

View Source

Raising version of encodeStructuredAppend/3.