View Source Evision.Reg.MapperGradAffine (Evision v0.1.34)
Summary
Types
@type t() :: %Evision.Reg.MapperGradAffine{ref: reference()}
Type that represents an Reg.MapperGradAffine
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.MapperGradAffine.t()
- img1:
Evision.Mat.t()
- img2:
Evision.Mat.t()
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(), [{atom(), term()}, ...] | nil ) :: Evision.Reg.Map.t() | {:error, String.t()}
calculate
Positional Arguments
- self:
Evision.Reg.MapperGradAffine.t()
- img1:
Evision.Mat.t()
- img2:
Evision.Mat.t()
Keyword Arguments
- init:
Map
.
Return
- retval:
cv::Ptr<Map>
Python prototype (for reference only):
calculate(img1, img2[, init]) -> retval
@spec getMap(t()) :: Evision.Reg.Map.t() | {:error, String.t()}
getMap
Positional Arguments
- self:
Evision.Reg.MapperGradAffine.t()
Return
- retval:
cv::Ptr<Map>
Python prototype (for reference only):
getMap() -> retval
MapperGradAffine
Return
- self:
MapperGradAffine
Python prototype (for reference only):
MapperGradAffine() -> <reg_MapperGradAffine object>