View Source Evision.Detail.SphericalProjector (Evision v0.2.9)
Summary
Types
@type t() :: %Evision.Detail.SphericalProjector{ref: reference()}
Type that represents an Detail.SphericalProjector
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
mapBackward
Positional Arguments
- self:
Evision.Detail.SphericalProjector.t()
- u:
float
- v:
float
- x:
float
- y:
float
Python prototype (for reference only):
mapBackward(u, v, x, y) -> None
mapForward
Positional Arguments
- self:
Evision.Detail.SphericalProjector.t()
- x:
float
- y:
float
- u:
float
- v:
float
Python prototype (for reference only):
mapForward(x, y, u, v) -> None