|
lsst.afw g712618294e+4813a5392e
|
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::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... | |