Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
|
Class of objects defining the relation between different coordinate systems. More...
#include <transformation.h>
Public Member Functions | |
Transformation (cv::Matx31d scaling, cv::Matx33d rotation, cv::Matx31d translation) | |
Transformation (cv::Matx33d rotation, cv::Matx31d translation) | |
Transformation () | |
Transformation (const Transformation &other) | |
Transformation & | operator= (const Transformation &other) |
cv::Mat | getRotation () |
cv::Mat | getTranslation () |
cv::Mat | getMatrix () |
cv::Mat | apply (cv::Mat points) |
cv::Mat | apply (SR_point3d *points, size_t size) |
cv::Mat | reverse (cv::Mat points) |
Class of objects defining the relation between different coordinate systems.
SR::Transformation::Transformation | ( | cv::Matx31d | scaling, |
cv::Matx33d | rotation, | ||
cv::Matx31d | translation | ||
) |
SR::Transformation::Transformation | ( | cv::Matx33d | rotation, |
cv::Matx31d | translation | ||
) |
SR::Transformation::Transformation | ( | ) |
SR::Transformation::Transformation | ( | const Transformation & | other | ) |
cv::Mat SR::Transformation::apply | ( | cv::Mat | points | ) |
cv::Mat SR::Transformation::apply | ( | SR_point3d * | points, |
size_t | size | ||
) |
cv::Mat SR::Transformation::getMatrix | ( | ) |
cv::Mat SR::Transformation::getRotation | ( | ) |
cv::Mat SR::Transformation::getTranslation | ( | ) |
Transformation & SR::Transformation::operator= | ( | const Transformation & | other | ) |
cv::Mat SR::Transformation::reverse | ( | cv::Mat | points | ) |