View Source Evision.Rapid.GOSTracker (Evision v0.1.34)
Summary
Types
@type t() :: %Evision.Rapid.GOSTracker{ref: reference()}
Type that represents an Rapid.GOSTracker
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
@spec create(Evision.Mat.maybe_mat_in(), Evision.Mat.maybe_mat_in()) :: Evision.Rapid.OLSTracker.t() | {:error, String.t()}
create
Positional Arguments
- pts3d:
Evision.Mat.t()
- tris:
Evision.Mat.t()
Keyword Arguments
- histBins:
int
. - sobelThesh:
uchar
.
Return
- retval:
OLSTracker
Python prototype (for reference only):
create(pts3d, tris[, histBins[, sobelThesh]]) -> retval
@spec create( Evision.Mat.maybe_mat_in(), Evision.Mat.maybe_mat_in(), [{atom(), term()}, ...] | nil ) :: Evision.Rapid.OLSTracker.t() | {:error, String.t()}
create
Positional Arguments
- pts3d:
Evision.Mat.t()
- tris:
Evision.Mat.t()
Keyword Arguments
- histBins:
int
. - sobelThesh:
uchar
.
Return
- retval:
OLSTracker
Python prototype (for reference only):
create(pts3d, tris[, histBins[, sobelThesh]]) -> retval