View Source Evision.QRCodeDetectorAruco.Params (Evision v0.2.9)

Summary

Types

t()

Type that represents an QRCodeDetectorAruco.Params struct.

Types

@type t() :: %Evision.QRCodeDetectorAruco.Params{ref: reference()}

Type that represents an QRCodeDetectorAruco.Params struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

Link to this function

get_maxColorsMismatch(self)

View Source
@spec get_maxColorsMismatch(t()) :: number()
Link to this function

get_maxModuleSizeMismatch(self)

View Source
@spec get_maxModuleSizeMismatch(t()) :: number()
@spec get_maxPenalties(t()) :: number()
@spec get_maxRotation(t()) :: number()
Link to this function

get_maxTimingPatternMismatch(self)

View Source
@spec get_maxTimingPatternMismatch(t()) :: number()
Link to this function

get_minModuleSizeInPyramid(self)

View Source
@spec get_minModuleSizeInPyramid(t()) :: number()
Link to this function

get_scaleTimingPatternScore(self)

View Source
@spec get_scaleTimingPatternScore(t()) :: number()
Link to this function

qrcodedetectoraruco_params()

View Source
@spec qrcodedetectoraruco_params() :: t() | {:error, String.t()}

QRCodeDetectorAruco_Params

Return
  • self: QRCodeDetectorAruco_Params

Python prototype (for reference only):

QRCodeDetectorAruco_Params() -> <QRCodeDetectorAruco_Params object>
Link to this function

qrcodedetectoraruco_params(named_args)

View Source
@spec qrcodedetectoraruco_params(Keyword.t()) :: any() | {:error, String.t()}
Link to this function

set_maxColorsMismatch(self, prop)

View Source
@spec set_maxColorsMismatch(t(), number()) :: t()
Link to this function

set_maxModuleSizeMismatch(self, prop)

View Source
@spec set_maxModuleSizeMismatch(t(), number()) :: t()
Link to this function

set_maxPenalties(self, prop)

View Source
@spec set_maxPenalties(t(), number()) :: t()
Link to this function

set_maxRotation(self, prop)

View Source
@spec set_maxRotation(t(), number()) :: t()
Link to this function

set_maxTimingPatternMismatch(self, prop)

View Source
@spec set_maxTimingPatternMismatch(t(), number()) :: t()
Link to this function

set_minModuleSizeInPyramid(self, prop)

View Source
@spec set_minModuleSizeInPyramid(t(), number()) :: t()
Link to this function

set_scaleTimingPatternScore(self, prop)

View Source
@spec set_scaleTimingPatternScore(t(), number()) :: t()