OpenCV 4.10.0
开源计算机视觉
|
#include <opencv2/core.hpp>
类 | |
class | cv::Affine3< T > |
仿射变换。更多... | |
命名空间 | |
namespace | cv |
与磁盘上文件的存储相关联的“黑匣子”表示形式。 | |
namespace | cv::traits |
typedef | |
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 成员字段的 3 元素向量。 | |
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) |