View Source Evision.Rapid.OLSTracker (Evision v0.2.7)

Summary

Types

t()

Type that represents an Rapid.OLSTracker struct.

Types

@type t() :: %Evision.Rapid.OLSTracker{ref: reference()}

Type that represents an Rapid.OLSTracker struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

@spec create(Keyword.t()) :: any() | {:error, String.t()}
@spec create(Evision.Mat.maybe_mat_in(), Evision.Mat.maybe_mat_in()) ::
  t() | {:error, String.t()}

create

Positional Arguments
Keyword Arguments
  • histBins: integer().
  • sobelThesh: uchar.
Return
  • retval: OLSTracker

Python prototype (for reference only):

create(pts3d, tris[, histBins[, sobelThesh]]) -> retval
Link to this function

create(pts3d, tris, opts)

View Source
@spec create(
  Evision.Mat.maybe_mat_in(),
  Evision.Mat.maybe_mat_in(),
  [histBins: term(), sobelThesh: term()] | nil
) :: t() | {:error, String.t()}

create

Positional Arguments
Keyword Arguments
  • histBins: integer().
  • sobelThesh: uchar.
Return
  • retval: OLSTracker

Python prototype (for reference only):

create(pts3d, tris[, histBins[, sobelThesh]]) -> retval