View Source Evision.TrackerGOTURN (Evision v0.2.9)

Summary

Types

t()

Type that represents an TrackerGOTURN struct.

Functions

Constructor

Constructor

Types

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

Type that represents an TrackerGOTURN struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

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

Constructor

Keyword Arguments
Return
  • retval: Evision.TrackerGOTURN.t()

Python prototype (for reference only):

create([, parameters]) -> retval
@spec create(Keyword.t()) :: any() | {:error, String.t()}
@spec create([{:parameters, term()}] | nil) :: t() | {:error, String.t()}

Constructor

Keyword Arguments
Return
  • retval: Evision.TrackerGOTURN.t()

Python prototype (for reference only):

create([, parameters]) -> retval