|
template<typename PixelT > |
std::shared_ptr< image::MaskedImage< PixelT > > | lsst::afw::math::statisticsStack (std::vector< std::shared_ptr< image::MaskedImage< PixelT > > > &images, Property flags, StatisticsControl const &sctrl, WeightVector const &wvector, image::MaskPixel clipped, image::MaskPixel excuse) |
|
template<typename PixelT > |
std::shared_ptr< image::MaskedImage< PixelT > > | lsst::afw::math::statisticsStack (std::vector< std::shared_ptr< image::MaskedImage< PixelT > > > &images, Property flags, StatisticsControl const &sctrl, WeightVector const &wvector, image::MaskPixel clipped, std::vector< std::pair< image::MaskPixel, image::MaskPixel > > const &maskMap) |
|
template<typename PixelT > |
void | lsst::afw::math::statisticsStack (image::MaskedImage< PixelT > &out, std::vector< std::shared_ptr< image::MaskedImage< PixelT > > > &images, Property flags, StatisticsControl const &sctrl, WeightVector const &wvector, image::MaskPixel clipped, image::MaskPixel excuse) |
|
template<typename PixelT > |
void | lsst::afw::math::statisticsStack (image::MaskedImage< PixelT > &out, std::vector< std::shared_ptr< image::MaskedImage< PixelT > > > &images, Property flags, StatisticsControl const &sctrl, WeightVector const &wvector, image::MaskPixel clipped, std::vector< std::pair< image::MaskPixel, image::MaskPixel > > const &maskMap) |
|
template<typename PixelT > |
std::shared_ptr< image::Image< PixelT > > | lsst::afw::math::statisticsStack (std::vector< std::shared_ptr< image::Image< PixelT > > > &images, Property flags, StatisticsControl const &sctrl, WeightVector const &wvector) |
|
template<typename PixelT > |
void | lsst::afw::math::statisticsStack (image::Image< PixelT > &out, std::vector< std::shared_ptr< image::Image< PixelT > > > &images, Property flags, StatisticsControl const &sctrl, WeightVector const &wvector) |
|
template<typename PixelT > |
std::vector< PixelT > | lsst::afw::math::statisticsStack (std::vector< std::vector< PixelT > > &vectors, Property flags, StatisticsControl const &sctrl, WeightVector const &wvector) |
|
template<typename PixelT > |
std::shared_ptr< image::MaskedImage< PixelT > > | lsst::afw::math::statisticsStack (image::Image< PixelT > const &image, Property flags, char dimension, StatisticsControl const &sctrl) |
| A function to compute statistics on the rows or columns of an image. More...
|
|
template<typename PixelT > |
std::shared_ptr< image::MaskedImage< PixelT > > | lsst::afw::math::statisticsStack (image::MaskedImage< PixelT > const &image, Property flags, char dimension, StatisticsControl const &sctrl) |
| A function to compute statistics on the rows or columns of an image. More...
|
|