View Source Evision.PhaseUnwrapping.HistogramPhaseUnwrapping (Evision v0.2.5)

Summary

Types

t()

Type that represents an PhaseUnwrapping.HistogramPhaseUnwrapping struct.

Functions

Constructor

Constructor

Get the reliability map computed from the wrapped phase map.

Get the reliability map computed from the wrapped phase map.

Types

@type t() :: %Evision.PhaseUnwrapping.HistogramPhaseUnwrapping{ref: reference()}

Type that represents an PhaseUnwrapping.HistogramPhaseUnwrapping struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

@spec create() :: t() | {:error, String.t()}

Constructor

Keyword Arguments
Return
  • retval: Evision.PhaseUnwrapping.HistogramPhaseUnwrapping.t()

Python prototype (for reference only):

create([, parameters]) -> retval
@spec create(Keyword.t()) :: any() | {:error, String.t()}
@spec create([{:parameters, term()}] | nil) :: t() | {:error, String.t()}

Constructor

Keyword Arguments
Return
  • retval: Evision.PhaseUnwrapping.HistogramPhaseUnwrapping.t()

Python prototype (for reference only):

create([, parameters]) -> retval
Link to this function

getInverseReliabilityMap(named_args)

View Source
@spec getInverseReliabilityMap(Keyword.t()) :: any() | {:error, String.t()}
@spec getInverseReliabilityMap(t()) :: Evision.Mat.t() | {:error, String.t()}

Get the reliability map computed from the wrapped phase map.

Positional Arguments
  • self: Evision.PhaseUnwrapping.HistogramPhaseUnwrapping.t()
Return
  • reliabilityMap: Evision.Mat.t().

    Image where the reliability map is stored.

Python prototype (for reference only):

getInverseReliabilityMap([, reliabilityMap]) -> reliabilityMap
Link to this function

getInverseReliabilityMap(self, opts)

View Source
@spec getInverseReliabilityMap(t(), [{atom(), term()}, ...] | nil) ::
  Evision.Mat.t() | {:error, String.t()}

Get the reliability map computed from the wrapped phase map.

Positional Arguments
  • self: Evision.PhaseUnwrapping.HistogramPhaseUnwrapping.t()
Return
  • reliabilityMap: Evision.Mat.t().

    Image where the reliability map is stored.

Python prototype (for reference only):

getInverseReliabilityMap([, reliabilityMap]) -> reliabilityMap