23 #if !defined(LSST_AFW_MATH_OFFSETIMAGE_H)
24 #define LSST_AFW_MATH_OFFSETIMAGE_H 1
33 template<
typename ImageT>
35 std::string
const& algorithmName=
"lanczos5",
unsigned int buffer=0);
36 template<
typename ImageT>
39 template<
typename ImageT>
44 template<typename ImageT>
45 PTR(ImageT)
binImage(ImageT const& inImage,
int const binX,
int const binY,
46 lsst::afw::math::
Property const flags=lsst::afw::math::
MEAN);
47 template<typename ImageT>
48 PTR(ImageT)
binImage(ImageT const& inImage,
int const binsize,
49 lsst::afw::math::
Property const flags=lsst::afw::math::MEAN);
boost::shared_ptr< ImageT > binImage(ImageT const &inImage, int const binX, int const binY, lsst::afw::math::Property const flags=lsst::afw::math::MEAN)
boost::shared_ptr< ImageT > flipImage(ImageT const &inImage, bool flipLR, bool flipTB)
table::Key< table::Array< Kernel::Pixel > > image
ImageT::Ptr rotateImageBy90(ImageT const &image, int nQuarter)
ImageT::Ptr 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.
Compute Image Statistics.
Implementation of the Class MaskedImage.
Property
control what is calculated