View Source Evision.HistogramPhaseUnwrapping (Evision v0.1.39)
Summary
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.HistogramPhaseUnwrapping{ref: reference()}
Type that represents an HistogramPhaseUnwrapping
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
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
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 getInverseReliabilityMap(t()) :: Evision.Mat.t() | {:error, String.t()}
Get the reliability map computed from the wrapped phase map.
Positional Arguments
- self:
Evision.HistogramPhaseUnwrapping.t()
Return
reliabilityMap:
Evision.Mat.t()
.Image where the reliability map is stored.
Python prototype (for reference only):
getInverseReliabilityMap([, reliabilityMap]) -> reliabilityMap
@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.HistogramPhaseUnwrapping.t()
Return
reliabilityMap:
Evision.Mat.t()
.Image where the reliability map is stored.
Python prototype (for reference only):
getInverseReliabilityMap([, reliabilityMap]) -> reliabilityMap