![]() |
OpenCV 4.12.0
開源計算機視覺
|
#include <opencv2/core.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 的三元素向量。 | |
| 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) |