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

Summary

Types

t()

Type that represents an Reg.Map struct.

Types

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

Type that represents an Reg.Map struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

@spec compose(t(), t()) :: t() | {:error, String.t()}

compose

Positional Arguments
  • self: Evision.Reg.Map.t()
  • map: Map

Python prototype (for reference only):

compose(map) -> None
@spec inverseMap(t()) :: t() | {:error, String.t()}

inverseMap

Positional Arguments
  • self: Evision.Reg.Map.t()
Return
  • retval: cv::Ptr<Map>

Python prototype (for reference only):

inverseMap() -> retval
@spec inverseWarp(t(), Evision.Mat.maybe_mat_in()) ::
  Evision.Mat.t() | {:error, String.t()}

inverseWarp

Positional Arguments
  • self: Evision.Reg.Map.t()
  • img1: Evision.Mat.t()
Return
  • img2: Evision.Mat.t().

Python prototype (for reference only):

inverseWarp(img1[, img2]) -> img2
Link to this function

inverseWarp(self, img1, opts)

View Source
@spec inverseWarp(t(), Evision.Mat.maybe_mat_in(), [{atom(), term()}, ...] | nil) ::
  Evision.Mat.t() | {:error, String.t()}

inverseWarp

Positional Arguments
  • self: Evision.Reg.Map.t()
  • img1: Evision.Mat.t()
Return
  • img2: Evision.Mat.t().

Python prototype (for reference only):

inverseWarp(img1[, img2]) -> img2
@spec scale(t(), number()) :: t() | {:error, String.t()}

scale

Positional Arguments
  • self: Evision.Reg.Map.t()
  • factor: double

Python prototype (for reference only):

scale(factor) -> None
@spec warp(t(), Evision.Mat.maybe_mat_in()) :: Evision.Mat.t() | {:error, String.t()}

warp

Positional Arguments
  • self: Evision.Reg.Map.t()
  • img1: Evision.Mat.t()
Return
  • img2: Evision.Mat.t().

Python prototype (for reference only):

warp(img1[, img2]) -> img2
@spec warp(t(), Evision.Mat.maybe_mat_in(), [{atom(), term()}, ...] | nil) ::
  Evision.Mat.t() | {:error, String.t()}

warp

Positional Arguments
  • self: Evision.Reg.Map.t()
  • img1: Evision.Mat.t()
Return
  • img2: Evision.Mat.t().

Python prototype (for reference only):

warp(img1[, img2]) -> img2