OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
affine.hpp 文件参考
#include <opencv2/core.hpp>
affine.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 成员字段的 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)