LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Namespaces | Functions
binImage.cc File Reference
#include <cstdint>
#include "lsst/pex/exceptions.h"
#include "lsst/afw/math/offsetImage.h"

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