|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#include <ApertureFlagTask.h>


Public Member Functions | |
| virtual | ~ApertureFlagTask ()=default |
| ApertureFlagTask (const std::vector< SeFloat > &apertures) | |
| void | computeProperties (SourceInterface &source) const override |
| Computes one or more properties for the Source. | |
| Public Member Functions inherited from SourceXtractor::SourceTask | |
| virtual | ~SourceTask ()=default |
| Destructor. | |
| Public Member Functions inherited from SourceXtractor::Task | |
| virtual | ~Task ()=default |
| Destructor. | |
Private Attributes | |
| std::vector< SeFloat > | m_apertures |
Definition at line 32 of file ApertureFlagTask.h.
|
virtualdefault |
|
inlineexplicit |
Definition at line 37 of file ApertureFlagTask.h.
References m_apertures.
|
overridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 42 of file ApertureFlagTask.cpp.
References SourceXtractor::computeFlags(), SourceXtractor::drawAperture(), std::map< K, T >::emplace(), SourceXtractor::CheckImages::getDetectionApertureImage(), SourceXtractor::CheckImages::getInstance(), SourceXtractor::DetectionFrameImages::getLockedImage(), SourceXtractor::SourceInterface::getProperty(), SourceXtractor::DetectionFrameInfo::getVarianceThreshold(), SourceXtractor::LayerSubtractedImage, SourceXtractor::LayerThresholdedImage, SourceXtractor::LayerVarianceMap, m_apertures, std::make_pair(), std::make_shared(), and SourceXtractor::SourceInterface::setProperty().

|
private |
Definition at line 43 of file ApertureFlagTask.h.
Referenced by ApertureFlagTask(), and computeProperties().