View Source Evision.TrackerGOTURN (Evision v0.2.16-pre.2)

Summary

Types

t()

Type that represents an TrackerGOTURN struct.

Functions

Constructor

Variant 1:

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()}
@spec create(Evision.DNN.Net.t()) :: t() | {:error, String.t()}

Variant 1:

Constructor

Positional Arguments
  • model: Evision.DNN.Net.t().

    pre-loaded GOTURN model

Return
  • retval: Evision.TrackerGOTURN.t()

Python prototype (for reference only):

create(model) -> retval

Variant 2:

Constructor

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

Python prototype (for reference only):

create([, parameters]) -> retval