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

Summary

Types

t()

Type that represents an ArUco.EstimateParameters struct.

Types

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

Type that represents an ArUco.EstimateParameters struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

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

EstimateParameters

Return
  • self: EstimateParameters

Python prototype (for reference only):

EstimateParameters() -> <aruco_EstimateParameters object>
@spec get_pattern(t()) :: Evision.ArUco.PatternPositionType.t()
Link to this function

get_solvePnPMethod(self)

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

get_useExtrinsicGuess(self)

View Source
@spec get_useExtrinsicGuess(t()) :: boolean()
@spec set_pattern(t(), Evision.ArUco.PatternPositionType.t()) :: t()
Link to this function

set_solvePnPMethod(self, prop)

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

set_useExtrinsicGuess(self, prop)

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