View Source Evision.TrackerMIL.Params (Evision v0.1.38)

Summary

Types

t()

Type that represents an TrackerMIL.Params struct.

Types

@type t() :: %Evision.TrackerMIL.Params{ref: reference()}

Type that represents an TrackerMIL.Params struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

Link to this function

get_featureSetNumFeatures(self)

View Source
@spec get_featureSetNumFeatures(t()) :: integer()
Link to this function

get_samplerInitInRadius(self)

View Source
@spec get_samplerInitInRadius(t()) :: number()
Link to this function

get_samplerInitMaxNegNum(self)

View Source
@spec get_samplerInitMaxNegNum(t()) :: integer()
Link to this function

get_samplerSearchWinSize(self)

View Source
@spec get_samplerSearchWinSize(t()) :: number()
Link to this function

get_samplerTrackInRadius(self)

View Source
@spec get_samplerTrackInRadius(t()) :: number()
Link to this function

get_samplerTrackMaxNegNum(self)

View Source
@spec get_samplerTrackMaxNegNum(t()) :: integer()
Link to this function

get_samplerTrackMaxPosNum(self)

View Source
@spec get_samplerTrackMaxPosNum(t()) :: integer()
@spec params() :: t() | {:error, String.t()}

TrackerMIL_Params

Return
  • self: Evision.TrackerMIL.Params.t()

Python prototype (for reference only):

TrackerMIL_Params() -> <TrackerMIL_Params object>
Link to this function

set_featureSetNumFeatures(self, prop)

View Source
@spec set_featureSetNumFeatures(t(), integer()) :: t()
Link to this function

set_samplerInitInRadius(self, prop)

View Source
@spec set_samplerInitInRadius(t(), number()) :: t()
Link to this function

set_samplerInitMaxNegNum(self, prop)

View Source
@spec set_samplerInitMaxNegNum(t(), integer()) :: t()
Link to this function

set_samplerSearchWinSize(self, prop)

View Source
@spec set_samplerSearchWinSize(t(), number()) :: t()
Link to this function

set_samplerTrackInRadius(self, prop)

View Source
@spec set_samplerTrackInRadius(t(), number()) :: t()
Link to this function

set_samplerTrackMaxNegNum(self, prop)

View Source
@spec set_samplerTrackMaxNegNum(t(), integer()) :: t()
Link to this function

set_samplerTrackMaxPosNum(self, prop)

View Source
@spec set_samplerTrackMaxPosNum(t(), integer()) :: t()