Template Function lsst::afw::math::flipImage

Function Documentation

template<typename ImageT>
std::shared_ptr<ImageT> lsst::afw::math::flipImage(ImageT const &inImage, bool flipLR, bool flipTB)

Flip an image leftright and/or topbottom

Parameters
  • inImage: The image to flip

  • flipLR: Flip left <> right?

  • flipTB: Flip top <> bottom?