opencv2/core/affine.hpp#
#include <opencv2/core.hpp>
Include dependency graph for affine.hpp:
This graph shows which files directly or indirectly include affine.hpp:
Classes#
class cv::Affine3
Affine transform. More…
struct cv::traits::Depth< Affine3< _Tp > >
struct cv::traits::Type< Affine3< _Tp > >
Namespaces#
namespace cv
namespace cv::traits
Functions#
static V cv::operator* (const Affine3< T > &affine, const V &vector)
V is a 3-element vector with member fields x, y and z.
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)