View Source Evision.ArUco.CharucoParameters (Evision v0.1.38)

Summary

Types

t()

Type that represents an ArUco.CharucoParameters struct.

Types

@type t() :: %Evision.ArUco.CharucoParameters{ref: reference()}

Type that represents an ArUco.CharucoParameters struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

@spec charucoParameters() :: t() | {:error, String.t()}

CharucoParameters

Return
  • self: CharucoParameters

Python prototype (for reference only):

CharucoParameters() -> <aruco_CharucoParameters object>
@spec get_cameraMatrix(t()) :: Evision.Mat.t()
@spec get_distCoeffs(t()) :: Evision.Mat.t()
@spec get_minMarkers(t()) :: integer()
Link to this function

get_tryRefineMarkers(self)

View Source
@spec get_tryRefineMarkers(t()) :: boolean()
Link to this function

set_cameraMatrix(self, prop)

View Source
@spec set_cameraMatrix(t(), Evision.Mat.maybe_mat_in()) :: t()
Link to this function

set_distCoeffs(self, prop)

View Source
@spec set_distCoeffs(t(), Evision.Mat.maybe_mat_in()) :: t()
Link to this function

set_minMarkers(self, prop)

View Source
@spec set_minMarkers(t(), integer()) :: t()
Link to this function

set_tryRefineMarkers(self, prop)

View Source
@spec set_tryRefineMarkers(t(), boolean()) :: t()