OpenCV  3.4.6
Open Source Computer Vision
Public Member Functions | List of all members
cv::detail::FisheyeProjector Struct Reference

#include <opencv2/stitching/detail/warpers.hpp>

Inheritance diagram for cv::detail::FisheyeProjector:
cv::detail::ProjectorBase

Public Member Functions

void mapBackward (float u, float v, float &x, float &y)
 
void mapForward (float x, float y, float &u, float &v)
 
- Public Member Functions inherited from cv::detail::ProjectorBase
void setCameraParams (InputArray K=Mat::eye(3, 3, CV_32F), InputArray R=Mat::eye(3, 3, CV_32F), InputArray T=Mat::zeros(3, 1, CV_32F))
 

Additional Inherited Members

- Public Attributes inherited from cv::detail::ProjectorBase
float k [9]
 
float k_rinv [9]
 
float r_kinv [9]
 
float rinv [9]
 
float scale
 
float t [3]
 

Member Function Documentation

§ mapBackward()

void cv::detail::FisheyeProjector::mapBackward ( float  u,
float  v,
float &  x,
float &  y 
)

§ mapForward()

void cv::detail::FisheyeProjector::mapForward ( float  x,
float  y,
float &  u,
float &  v 
)

The documentation for this struct was generated from the following file: