Template Function lsst::afw::detection::makeHeavyFootprint¶
Function Documentation¶
-
template<typename
ImagePixelT
, typenameMaskPixelT
, typenameVariancePixelT
>
HeavyFootprint<ImagePixelT, MaskPixelT, VariancePixelT>lsst::afw::detection
::
makeHeavyFootprint
(Footprint const &foot, lsst::afw::image::MaskedImage<ImagePixelT, MaskPixelT, VariancePixelT> const &img, HeavyFootprintCtrl const *ctrl = NULL)¶ Create a HeavyFootprint with footprint defined by the given Footprint and pixel values from the given MaskedImage.