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