View Source Evision.ArUco.CharucoParameters (Evision v0.2.9)
Summary
Types
@type t() :: %Evision.ArUco.CharucoParameters{ref: reference()}
Type that represents an ArUco.CharucoParameters
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
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 set_cameraMatrix(t(), Evision.Mat.maybe_mat_in()) :: t()
@spec set_distCoeffs(t(), Evision.Mat.maybe_mat_in()) :: t()