OpenCV 4.13.0
开源计算机视觉库 (Open Source Computer Vision)
正在加载...
正在搜索...
未找到匹配项
affine.hpp 文件引用
#include <opencv2/core.hpp>
affine.hpp 的包含依赖图
该图显示了哪些文件直接或间接地包含了此文件

类  cv::Affine3< T >
 仿射变换。 更多...
 

命名空间

命名空间  cv
 
命名空间  cv::traits
 

类型定义 (Typedefs)

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 is a 3-element vector with member fields x, y and 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)