LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <cstdint>
#include "lsst/geom.h"
#include "lsst/afw/math/offsetImage.h"
#include "lsst/afw/image/LsstImageTypes.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::rotateImageBy90 (ImageT const &image, int nQuarter) |
Rotate an image by an integral number of quarter turns. More... | |
template<typename ImageT > | |
std::shared_ptr< ImageT > | lsst::afw::math::flipImage (ImageT const &inImage, bool flipLR, bool flipTB) |
Flip an image left–right and/or top–bottom. More... | |