View Source Evision.Reg.MapperGradShift (Evision v0.1.26-rc0)
Link to this section Summary
Link to this section Types
@type t() :: %Evision.Reg.MapperGradShift{ref: reference()}
Type that represents an Reg.MapperGradShift
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section Functions
@spec calculate(t(), Evision.Mat.maybe_mat_in(), Evision.Mat.maybe_mat_in()) :: t() | {:error, String.t()}
calculate
Positional Arguments
- self:
Evision.Reg.Evision.Reg.MapperGradShift.t()
- img1:
Evision.Mat
- img2:
Evision.Mat
Keyword Arguments
- init:
Evision.Reg.Map
.
Return
- retval:
Evision.Reg.Evision.Reg.Map
Python prototype (for reference only):
calculate(img1, img2[, init]) -> retval
@spec calculate( t(), Evision.Mat.maybe_mat_in(), Evision.Mat.maybe_mat_in(), [{atom(), term()}, ...] | nil ) :: t() | {:error, String.t()}
calculate
Positional Arguments
- self:
Evision.Reg.Evision.Reg.MapperGradShift.t()
- img1:
Evision.Mat
- img2:
Evision.Mat
Keyword Arguments
- init:
Evision.Reg.Map
.
Return
- retval:
Evision.Reg.Evision.Reg.Map
Python prototype (for reference only):
calculate(img1, img2[, init]) -> retval
getMap
Positional Arguments
- self:
Evision.Reg.Evision.Reg.MapperGradShift.t()
Return
- retval:
Evision.Reg.Evision.Reg.Map
Python prototype (for reference only):
getMap() -> retval
MapperGradShift
Return
- self:
Evision.Reg.Evision.Reg.MapperGradShift
Python prototype (for reference only):
MapperGradShift() -> <reg_MapperGradShift object>