Function lsst::afw::detection::mergeFootprints

Function Documentation

std::shared_ptr<Footprint> lsst::afw::detection::mergeFootprints(Footprint const &footprint1, Footprint const &footprint2)

Merges two Footprints appends their peaks, and unions their spans, returning a new Footprint. Region is not preserved, and is set to an empty lsst::geom::Box2I object.