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

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(Evision.Mat.maybe_mat_in(), Evision.Mat.maybe_mat_in()) ::
  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
Link to this function

create(pts3d, tris, opts)

View Source
@spec create(
  Evision.Mat.maybe_mat_in(),
  Evision.Mat.maybe_mat_in(),
  [{atom(), term()}, ...] | nil
) ::
  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