#include <camera.h>
|
void | distort (const std::vector< cv::Point2f > &src, std::vector< cv::Point2f > &des) |
|
void | distort (const cv::RotatedRect &src, cv::RotatedRect &des) |
|
Definition at line 30 of file camera.h.
void tuw::Camera::distort |
( |
const std::vector< cv::Point2f > & |
src, |
|
|
std::vector< cv::Point2f > & |
des |
|
) |
| |
void tuw::Camera::distort |
( |
const cv::RotatedRect & |
src, |
|
|
cv::RotatedRect & |
des |
|
) |
| |
cv::Mat_<double> tuw::Camera::cameraMatrix |
cv::Mat_<double> tuw::Camera::distCoeffs |
cv::Mat_<double> tuw::Camera::projectionMatrix |
The documentation for this class was generated from the following files: