View Source Evision.Reg.MapperGradProj (Evision v0.1.26-rc1)

Link to this section Summary

Types

t()

Type that represents an Reg.MapperGradProj struct.

Link to this section Types

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

Type that represents an Reg.MapperGradProj struct.

  • ref. reference()

    The underlying erlang resource variable.

Link to this section Functions

Link to this function

calculate(self, img1, img2)

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

calculate

Positional Arguments
Keyword Arguments
Return
  • retval: Evision.Reg.Evision.Reg.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(),
  [{atom(), term()}, ...] | nil
) :: t() | {:error, String.t()}

calculate

Positional Arguments
Keyword Arguments
Return
  • retval: Evision.Reg.Evision.Reg.Map

Python prototype (for reference only):

calculate(img1, img2[, init]) -> retval
@spec getMap(t()) :: t() | {:error, String.t()}

getMap

Positional Arguments
  • self: Evision.Reg.Evision.Reg.MapperGradProj.t()
Return
  • retval: Evision.Reg.Evision.Reg.Map

Python prototype (for reference only):

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

MapperGradProj

Return
  • self: Evision.Reg.Evision.Reg.MapperGradProj

Python prototype (for reference only):

MapperGradProj() -> <reg_MapperGradProj object>