Searched defs:Affine3 (Results 1 - 1 of 1) sorted by relevance
/external/opencv3/modules/core/include/opencv2/core/ | ||
H A D | affine.hpp | 61 class Affine3 class in namespace:cv 69 Affine3(); 72 Affine3(const Mat4& affine); 75 Affine3(const Mat3& R, const Vec3& t = Vec3::all(0)); 78 Affine3(const Vec3& rvec, const Vec3& t = Vec3::all(0)); 81 explicit Affine3(const Mat& data, const Vec3& t = Vec3::all(0)); 84 explicit Affine3(const float_type* vals); 87 static Affine3 Identity(); 108 Affine3 inv(int method = cv::DECOMP_SVD) const; 111 Affine3 rotat 175 cv::Affine3<T>::Affine3() function in class:cv::Affine3 180 cv::Affine3<T>::Affine3(const Mat4& affine) function in class:cv::Affine3 185 cv::Affine3<T>::Affine3(const Mat3& R, const Vec3& t) function in class:cv::Affine3 194 cv::Affine3<T>::Affine3(const Vec3& _rvec, const Vec3& t) function in class:cv::Affine3 203 cv::Affine3<T>::Affine3(const cv::Mat& data, const Vec3& t) function in class:cv::Affine3 226 cv::Affine3<T>::Affine3(const float_type* vals) : matrix(vals) function in class:cv::Affine3 [all...] |
Completed in 117 milliseconds