OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
affine.hpp ファイル
#include <opencv2/core.hpp>
Include dependency graph for affine.hpp:
This graph shows which files directly or indirectly include this file:

クラス

class  cv::Affine3< T >
 アフィン変換。続き...
 

名前空間

namespace  cv
 
namespace  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)