|
TuttleOFX
1
|
#include <boost/numeric/ublas/matrix.hpp>

Go to the source code of this file.
Data Structures | |
| struct | terry::geometry::PinningPerspective< Scalar > |
| struct | terry::geometry::PinningBilinear< Scalar > |
Namespaces | |
| namespace | terry |
| namespace | terry::geometry |
Functions | |
| template<typename F , typename F2 > | |
| boost::gil::point2< F > | terry::geometry::transform (const PinningPerspective< F > &t, const boost::gil::point2< F2 > &src) |
| Perspective transformation functor. | |
| template<typename F , typename F2 > | |
| boost::gil::point2< F > | terry::geometry::transform (const PinningBilinear< F > &t, const boost::gil::point2< F2 > &src) |
| Bilinear transformation functor. | |