lsst.afw
v23.0.x-g89e8071bfa+60ce4897b0
|
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... | |