View Source Evision.Reg.MapperGradShift (Evision v0.1.34)

Summary

Types

t()

Type that represents an Reg.MapperGradShift struct.

Types

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

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

Python prototype (for reference only):

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

MapperGradShift

Return
  • self: MapperGradShift

Python prototype (for reference only):

MapperGradShift() -> <reg_MapperGradShift object>