View Source Evision.Legacy.TrackerCSRT (Evision v0.1.34)
Summary
Types
@type t() :: %Evision.Legacy.TrackerCSRT{ref: reference()}
Type that represents an Legacy.TrackerCSRT
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
Constructor
Return
- retval:
legacy::TrackerCSRT
Python prototype (for reference only):
create() -> retval
@spec setInitialMask(Evision.TrackerCSRT.t(), Evision.Mat.maybe_mat_in()) :: Evision.TrackerCSRT.t() | {:error, String.t()}
setInitialMask
Positional Arguments
- self:
Evision.Legacy.TrackerCSRT.t()
- mask:
Evision.Mat.t()
Python prototype (for reference only):
setInitialMask(mask) -> None