LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Namespaces | Functions
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

 lsst
 A base class for image defects.
 
 lsst::afw
 
 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...