View Source Evision.Reg.Mapper (Evision v0.2.9)
Summary
Types
@type t() :: %Evision.Reg.Mapper{ref: reference()}
Type that represents an Reg.Mapper
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.Mapper.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.Mapper.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.Mapper.t()
Return
- retval:
cv::Ptr<Map>
Python prototype (for reference only):
getMap() -> retval