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

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() :: Evision.HistogramPhaseUnwrapping.t() | {:error, String.t()}

Constructor

Keyword Arguments
  • parameters: Evision.HistogramPhaseUnwrapping.Params.t().

    HistogramPhaseUnwrapping parameters HistogramPhaseUnwrapping::Params: width,height of the phase map and histogram characteristics.

Return
  • retval: Evision.HistogramPhaseUnwrapping.t()

Python prototype (for reference only):

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

Constructor

Keyword Arguments
  • parameters: Evision.HistogramPhaseUnwrapping.Params.t().

    HistogramPhaseUnwrapping parameters HistogramPhaseUnwrapping::Params: width,height of the phase map and histogram characteristics.

Return
  • retval: Evision.HistogramPhaseUnwrapping.t()

Python prototype (for reference only):

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

getInverseReliabilityMap(self)

View Source
@spec getInverseReliabilityMap(Evision.HistogramPhaseUnwrapping.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(
  Evision.HistogramPhaseUnwrapping.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