View Source Evision.Reg.MapperGradEuclid (Evision v0.2.7)

Summary

Types

t()

Type that represents an Reg.MapperGradEuclid struct.

Types

@type t() :: %Evision.Reg.MapperGradEuclid{ref: reference()}

Type that represents an Reg.MapperGradEuclid struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

@spec calculate(Keyword.t()) :: any() | {:error, String.t()}
Link to this function

calculate(self, img1, img2)

View Source
@spec calculate(t(), Evision.Mat.maybe_mat_in(), Evision.Mat.maybe_mat_in()) ::
  Evision.Reg.Map.t() | {:error, String.t()}

calculate

Positional Arguments
Keyword Arguments
Return
  • retval: cv::Ptr<Map>

Python prototype (for reference only):

calculate(img1, img2[, init]) -> retval
Link to this function

calculate(self, img1, img2, opts)

View Source
@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
Keyword Arguments
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.MapperGradEuclid.t()
Return
  • retval: cv::Ptr<Map>

Python prototype (for reference only):

getMap() -> retval
@spec mapperGradEuclid() :: t() | {:error, String.t()}

MapperGradEuclid

Return
  • self: MapperGradEuclid

Python prototype (for reference only):

MapperGradEuclid() -> <reg_MapperGradEuclid object>
Link to this function

mapperGradEuclid(named_args)

View Source
@spec mapperGradEuclid(Keyword.t()) :: any() | {:error, String.t()}