|
lsst.afw g3a5ebb7d8a+28b83bf6a5
|
#include <cstdint>#include <cmath>#include <string>#include <boost/format.hpp>#include "lsst/pex/exceptions.h"#include "lsst/log/Log.h"#include "lsst/afw/math/Statistics.h"#include "lsst/afw/image/Image.h"#include "lsst/afw/image/MaskedImage.h"#include "lsst/afw/detection/Threshold.h"Go to the source code of this file.
Namespaces | |
| namespace | lsst |
| namespace | lsst::afw |
| namespace | lsst::afw::detection |
Macros | |
| #define | INSTANTIATE(TYPE) |
Functions | |
| Threshold | lsst::afw::detection::createThreshold (const double value, const std::string type="value", const bool polarity=true) |
| Factory method for creating Threshold objects. | |
| #define INSTANTIATE | ( | TYPE | ) |
Definition at line 116 of file Threshold.cc.