View Source Evision.Stereo.PropagationParameters (Evision v0.1.38)

Summary

Types

t()

Type that represents an Stereo.PropagationParameters struct.

Types

@type t() :: %Evision.Stereo.PropagationParameters{ref: reference()}

Type that represents an Stereo.PropagationParameters struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

@spec get_borderX(t()) :: integer()
@spec get_borderY(t()) :: integer()
Link to this function

get_correlationThreshold(self)

View Source
@spec get_correlationThreshold(t()) :: number()
@spec get_corrWinSizeX(t()) :: integer()
@spec get_corrWinSizeY(t()) :: integer()
Link to this function

get_disparityGradient(self)

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

get_gftMaxNumFeatures(self)

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

get_gftMinSeperationDist(self)

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

get_gftQualityThres(self)

View Source
@spec get_gftQualityThres(t()) :: number()
@spec get_lkPyrLvl(t()) :: integer()
Link to this function

get_lkTemplateSize(self)

View Source
@spec get_lkTemplateSize(t()) :: integer()
@spec get_lkTermParam1(t()) :: integer()
@spec get_lkTermParam2(t()) :: number()
Link to this function

get_neighborhoodSize(self)

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

get_textrureThreshold(self)

View Source
@spec get_textrureThreshold(t()) :: number()
@spec set_borderX(t(), integer()) :: t()
@spec set_borderY(t(), integer()) :: t()
Link to this function

set_correlationThreshold(self, prop)

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

set_corrWinSizeX(self, prop)

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

set_corrWinSizeY(self, prop)

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

set_disparityGradient(self, prop)

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

set_gftMaxNumFeatures(self, prop)

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

set_gftMinSeperationDist(self, prop)

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

set_gftQualityThres(self, prop)

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

set_lkPyrLvl(self, prop)

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

set_lkTemplateSize(self, prop)

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

set_lkTermParam1(self, prop)

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

set_lkTermParam2(self, prop)

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

set_neighborhoodSize(self, prop)

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

set_textrureThreshold(self, prop)

View Source
@spec set_textrureThreshold(t(), number()) :: t()