Template Function lsst::afw::math::binImage(ImageT 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 binsize, lsst::afw::math::Property const flags = lsst::afw::math::MEAN)

Parameters
  • inImage: The image to bin

  • binsize: Output pixels are binsize*binsize input pixels

  • flags: how to generate super-pixels