![]() |
OpenCV 4.12.0
开源计算机视觉
|
#include <opencv2/core.hpp>类 | |
| 类 | cv::Affine3< T > |
| 仿射变换。 更多... | |
命名空间 | |
| 命名空间 | cv |
| 命名空间 | cv::traits |
类型定义 | |
| typedef Affine3< double > | cv::Affine3d |
| typedef Affine3< float > | cv::Affine3f |
函数 | |
| template<typename T , typename V > | |
| static V | cv::operator* (const Affine3< T > &affine, const V &vector) |
| V 是一个包含成员字段 x, y 和 z 的三元素向量。 | |
| template<typename T > | |
| static Affine3< T > | cv::operator* (const Affine3< T > &affine1, const Affine3< T > &affine2) |
| static Vec3d | cv::operator* (const Affine3d &affine, const Vec3d &vector) |
| static Vec3f | cv::operator* (const Affine3f &affine, const Vec3f &vector) |