lsst.afw gf03f0b42f3+b1047159b2
Loading...
Searching...
No Matches
offsetImage.cc File Reference
#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.