View Source Evision.Reg.MapperGradSimilar (Evision v0.1.38)

Summary

Types

t()

Type that represents an Reg.MapperGradSimilar struct.

Types

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

Type that represents an Reg.MapperGradSimilar struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

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
  • self: Evision.Reg.MapperGradSimilar.t()
  • img1: Evision.Mat.t()
  • img2: Evision.Mat.t()
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(),
  [{atom(), term()}, ...] | nil
) :: Evision.Reg.Map.t() | {:error, String.t()}

calculate

Positional Arguments
  • self: Evision.Reg.MapperGradSimilar.t()
  • img1: Evision.Mat.t()
  • img2: Evision.Mat.t()
Keyword Arguments
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.MapperGradSimilar.t()
Return
  • retval: cv::Ptr<Map>

Python prototype (for reference only):

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

MapperGradSimilar

Return
  • self: MapperGradSimilar

Python prototype (for reference only):

MapperGradSimilar() -> <reg_MapperGradSimilar object>