View Source Evision.Legacy.TrackerCSRT (Evision v0.1.26-rc0)

Link to this section Summary

Types

t()

Type that represents an Legacy.TrackerCSRT struct.

Functions

Constructor

Link to this section Types

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

Type that represents an Legacy.TrackerCSRT struct.

  • ref. reference()

    The underlying erlang resource variable.

Link to this section Functions

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

Constructor

Return
  • retval: Evision.Legacy.Evision.Legacy.TrackerCSRT

Python prototype (for reference only):

create() -> retval
Link to this function

setInitialMask(self, mask)

View Source
@spec setInitialMask(Evision.TrackerCSRT.t(), Evision.Mat.maybe_mat_in()) ::
  Evision.TrackerCSRT.t() | {:error, String.t()}

setInitialMask

Positional Arguments
  • self: Evision.Legacy.Evision.Legacy.TrackerCSRT.t()
  • mask: Evision.Mat

Python prototype (for reference only):

setInitialMask(mask) -> None