Struct cv::detail::SphericalProjector#
#include <opencv2/stitching/detail/warpers.hpp>Collaboration diagram for cv::detail::SphericalProjector:
Public Member Functions#
Public Member Functions inherited from cv::detail::ProjectorBase
Public Attributes#
Member Function Documentation#
mapBackward()#
void cv::detail::SphericalProjector::mapBackward(
float u,
float v,
float & x,
float & y )
Python:
cv.detail.SphericalProjector.mapBackward(u, v, x, y)
mapForward()#
void cv::detail::SphericalProjector::mapForward(
float x,
float y,
float & u,
float & v )
Python:
cv.detail.SphericalProjector.mapForward(x, y, u, v)
Source file#
The documentation for this struct was generated from the following file:
opencv2/stitching/detail/warpers.hpp