LSSTApplications  18.1.0
LSSTDataManagementBasePackage
Namespaces | Macros | Functions
Threshold.cc File Reference
#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

 lsst
 A base class for image defects.
 
 lsst::afw
 
 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. More...
 

Macro Definition Documentation

◆ INSTANTIATE

#define INSTANTIATE (   TYPE)
Value:
template double Threshold::getValue(image::TYPE<unsigned short> const&) const; \
template double Threshold::getValue(image::TYPE<int> const&) const; \
template double Threshold::getValue(image::TYPE<float> const&) const; \
template double Threshold::getValue(image::TYPE<double> const&) const; \
template double Threshold::getValue(image::TYPE<std::uint64_t> const&) const;

Definition at line 116 of file Threshold.cc.