OpenCV  4.10.0
开源计算机视觉
正在加载...
正在搜索...
未找到匹配项
| 命名空间 | typedef | 函数
affine.hpp 文件参考
#include <opencv2/core.hpp>
affine.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)