Template Function lsst::afw::math::binImage(ImageT const&, int const, int const, lsst::afw::math::Property const)

Function Documentation

template<typename ImageT>
std::shared_ptr<ImageT> lsst::afw::math::binImage(ImageT const &inImage, int const binX, int const binY, lsst::afw::math::Property const flags = lsst::afw::math::MEAN)

Parameters
  • inImage: The image to bin

  • binX: Output pixels are binX*binY input pixels

  • binY: Output pixels are binX*binY input pixels

  • flags: how to generate super-pixels