|
lsst.afw g3a5ebb7d8a+28b83bf6a5
|
#include <algorithm>#include <list>#include <cmath>#include <memory>#include "lsst/afw/detection/Footprint.h"Go to the source code of this file.
Classes | |
| class | lsst::afw::detection::HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > |
| A set of pixels in an Image, including those pixels' actual values. More... | |
Namespaces | |
| namespace | lsst |
| namespace | lsst::afw |
| namespace | lsst::afw::detection |
Functions | |
| template<typename ImagePixelT, typename MaskPixelT, typename VariancePixelT> | |
| HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > | lsst::afw::detection::makeHeavyFootprint (Footprint const &foot, lsst::afw::image::MaskedImage< ImagePixelT, MaskPixelT, VariancePixelT > const &img, HeavyFootprintCtrl const *ctrl=nullptr) |
| Create a HeavyFootprint with footprint defined by the given Footprint and pixel values from the given MaskedImage. | |
| template<typename ImagePixelT, typename MaskPixelT, typename VariancePixelT> | |
| std::shared_ptr< HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > > | lsst::afw::detection::mergeHeavyFootprints (HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > const &h1, HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > const &h2) |
| Sum the two given HeavyFootprints h1 and h2, returning a HeavyFootprint with the union footprint, and summed pixels where they overlap. | |