![]() |
digiKam
|
Go to the source code of this file.
Classes | |
class | Digikam::PointTransformAffine |
Namespaces | |
namespace | Digikam |
Functions | |
template<typename T > | |
PointTransformAffine | Digikam::findAffineTransform (const std::vector< std::vector< T > > &fromPoints, const std::vector< std::vector< T > > &toPoints) |
PointTransformAffine | Digikam::findSimilarityTransform (const std::vector< std::vector< float > > &fromPoints, const std::vector< std::vector< float > > &toPoints) |
PointTransformAffine | Digikam::inv (const PointTransformAffine &trans) |
PointTransformAffine | Digikam::operator* (const PointTransformAffine &lhs, const PointTransformAffine &rhs) |