View Source Evision.Rapid.GOSTracker (Evision v0.1.26-rc2)
Link to this section Summary
Link to this section Types
@type t() :: %Evision.Rapid.GOSTracker{ref: reference()}
Type that represents an Rapid.GOSTracker
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section 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
- tris:
Evision.Mat
Keyword Arguments
- histBins:
int
. - sobelThesh:
uchar
.
Return
- retval:
Evision.Rapid.Evision.Rapid.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
- tris:
Evision.Mat
Keyword Arguments
- histBins:
int
. - sobelThesh:
uchar
.
Return
- retval:
Evision.Rapid.Evision.Rapid.OLSTracker
Python prototype (for reference only):
create(pts3d, tris[, histBins[, sobelThesh]]) -> retval