LSSTApplications
18.1.0
LSSTDataManagementBasePackage
|
#include <algorithm>
#include <list>
#include <set>
#include <cmath>
#include <cstdint>
#include <memory>
#include "ndarray.h"
#include "lsst/base.h"
#include "lsst/afw/image/MaskedImage.h"
#include "lsst/afw/detection/Peak.h"
#include "lsst/afw/geom/Span.h"
#include "lsst/afw/geom/SpanSet.h"
#include "lsst/geom/Box.h"
#include "lsst/afw/geom/ellipses.h"
#include "lsst/geom/LinearTransform.h"
#include "lsst/afw/geom/SkyWcs.h"
#include "lsst/afw/geom/Transform.h"
#include "lsst/afw/table/fwd.h"
#include "lsst/afw/table/Schema.h"
#include "lsst/afw/table/Key.h"
#include "lsst/afw/table/io/Persistable.h"
#include "lsst/afw/table/io/InputArchive.h"
Go to the source code of this file.
Classes | |
class | lsst::afw::detection::Footprint |
Class to describe the properties of a detected object from an image. More... | |
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::afw | |
lsst::afw::detection | |
Functions | |
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. More... | |
std::vector< lsst::geom::Box2I > | lsst::afw::detection::footprintToBBoxList (Footprint const &footprint) |
Return a list of BBoxs, whose union contains exactly the pixels in the footprint, neither more nor less. More... | |