|
lsst.afw g712618294e+4813a5392e
|
#include <cstdint>#include "lsst/geom.h"#include "lsst/afw/detection/Threshold.h"#include "lsst/afw/detection/Footprint.h"#include "lsst/afw/detection/FootprintCtrl.h"#include "lsst/afw/detection/Peak.h"#include "lsst/afw/image/MaskedImage.h"#include "lsst/afw/table/Source.h"#include "lsst/afw/table/Schema.h"Go to the source code of this file.
Classes | |
| class | lsst::afw::detection::FootprintSet |
| A set of Footprints, associated with a MaskedImage. More... | |
Namespaces | |
| namespace | lsst |
| namespace | lsst::afw |
| namespace | lsst::afw::detection |
Typedefs | |
| using | lsst::afw::detection::FootprintIdPixel = std::uint64_t |
| Pixel type for FootprintSet::insertIntoImage() More... | |
Functions | |
| std::ostream & | lsst::afw::detection::operator<< (std::ostream &os, FootprintSet const &rhs) |
| Print a FootprintSet to the stream. More... | |