|  | OpenCV
    4.0.0-beta
    Open Source Computer Vision | 
#include <opencv2/core.hpp>| Classes | |
| class | cv::Affine3< T > | 
| Affine transform.  More... | |
| Namespaces | |
| cv | |
| cv::traits | |
| Typedefs | |
| typedef Affine3< double > | cv::Affine3d | 
| typedef Affine3< float > | cv::Affine3f | 
| Functions | |
| template<typename T > | |
| static Affine3< T > | cv::operator* (const Affine3< T > &affine1, const Affine3< T > &affine2) | 
| template<typename T , typename V > | |
| static V | cv::operator* (const Affine3< T > &affine, const V &vector) | 
| V is a 3-element vector with member fields x, y and z.  More... | |
| static Vec3f | cv::operator* (const Affine3f &affine, const Vec3f &vector) | 
| static Vec3d | cv::operator* (const Affine3d &affine, const Vec3d &vector) | 
 1.8.12
 1.8.12