View Source Evision.Detail.SphericalProjector (Evision v0.1.9)

Link to this section Summary

cv.detail

Positional Arguments
  • u: float
  • v: float
  • x: float
  • y: float

Python prototype (for reference):

Positional Arguments
  • x: float
  • y: float
  • u: float
  • v: float

Python prototype (for reference):

Link to this section cv.detail

Link to this function

mapBackward(self, u, v, x, y)

View Source
Positional Arguments
  • u: float
  • v: float
  • x: float
  • y: float

Python prototype (for reference):

mapBackward(u, v, x, y) -> None
Link to this function

mapForward(self, x, y, u, v)

View Source
Positional Arguments
  • x: float
  • y: float
  • u: float
  • v: float

Python prototype (for reference):

mapForward(x, y, u, v) -> None

Link to this section Functions

Link to this function

mapBackward!(self, u, v, x, y)

View Source

Raising version of mapBackward/5.

Link to this function

mapForward!(self, x, y, u, v)

View Source

Raising version of mapForward/5.