View Source Evision.PhaseUnwrapping.HistogramPhaseUnwrapping.Params (Evision v0.2.9)

Summary

Types

t()

Type that represents an PhaseUnwrapping.HistogramPhaseUnwrapping.Params struct.

Types

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

Type that represents an PhaseUnwrapping.HistogramPhaseUnwrapping.Params struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

@spec get_height(t()) :: integer()
@spec get_histThresh(t()) :: number()
Link to this function

get_nbrOfLargeBins(self)

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

get_nbrOfSmallBins(self)

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

phase_unwrapping_HistogramPhaseUnwrapping_Params()

View Source
@spec phase_unwrapping_HistogramPhaseUnwrapping_Params() :: t() | {:error, String.t()}

HistogramPhaseUnwrapping_Params

Return
  • self: Evision.PhaseUnwrapping.HistogramPhaseUnwrapping.Params.t()

Python prototype (for reference only):

HistogramPhaseUnwrapping_Params() -> <phase_unwrapping_HistogramPhaseUnwrapping_Params object>
Link to this function

phase_unwrapping_HistogramPhaseUnwrapping_Params(named_args)

View Source
@spec phase_unwrapping_HistogramPhaseUnwrapping_Params(Keyword.t()) ::
  any() | {:error, String.t()}
@spec set_height(t(), integer()) :: t()
Link to this function

set_histThresh(self, prop)

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

set_nbrOfLargeBins(self, prop)

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

set_nbrOfSmallBins(self, prop)

View Source
@spec set_nbrOfSmallBins(t(), integer()) :: t()
@spec set_width(t(), integer()) :: t()