|
lsst.afw g712618294e+4813a5392e
|
#include <iterator>#include "lsst/geom.h"#include "lsst/afw/math/offsetImage.h"#include "lsst/afw/image/ImageUtils.h"#include "lsst/afw/math/warpExposure.h"Go to the source code of this file.
Namespaces | |
| namespace | lsst |
| namespace | lsst::afw |
| namespace | lsst::afw::math |
Functions | |
| template<typename ImageT > | |
| std::shared_ptr< ImageT > | lsst::afw::math::offsetImage (ImageT const &image, float dx, float dy, std::string const &algorithmName="lanczos5", unsigned int buffer=0) |
| Return an image offset by (dx, dy) using the specified algorithm. More... | |