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

Link to this section Summary

Types

t()

Type that represents an Reg.MapperGradSimilar struct.

Link to this section Types

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

Type that represents an Reg.MapperGradSimilar 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.MapperGradSimilar.t()
Return
  • retval: Evision.Reg.Evision.Reg.Map

Python prototype (for reference only):

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

MapperGradSimilar

Return
  • self: Evision.Reg.Evision.Reg.MapperGradSimilar

Python prototype (for reference only):

MapperGradSimilar() -> <reg_MapperGradSimilar object>