|
SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#include <ApertureFlagTask.h>
Public Member Functions | |
| virtual | ~ApertureFlagTask ()=default |
| ApertureFlagTask (const std::vector< SeFloat > &apertures) | |
| virtual void | computeProperties (SourceInterface &source) const override |
| Computes one or more properties for the Source. More... | |
Public Member Functions inherited from SourceXtractor::SourceTask | |
| virtual | ~SourceTask ()=default |
| Destructor. More... | |
Public Member Functions inherited from SourceXtractor::Task | |
| virtual | ~Task ()=default |
| Destructor. More... | |
Private Attributes | |
| std::vector< SeFloat > | m_apertures |
Definition at line 32 of file ApertureFlagTask.h.
|
virtualdefault |
|
inline |
Definition at line 37 of file ApertureFlagTask.h.
|
overridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 42 of file ApertureFlagTask.cpp.
References SourceXtractor::computeFlags(), std::map< K, T >::emplace(), SourceXtractor::fillAperture(), SourceXtractor::CheckImages::getApertureImage(), SourceXtractor::CheckImages::getInstance(), SourceXtractor::DetectionFrameImages::getLockedImage(), SourceXtractor::SourceInterface::getProperty(), SourceXtractor::DetectionFrameInfo::getVarianceThreshold(), SourceXtractor::LayerSubtractedImage, SourceXtractor::LayerThresholdedImage, SourceXtractor::LayerVarianceMap, m_apertures, std::make_pair(), and SourceXtractor::SourceInterface::setProperty().
|
private |
Definition at line 43 of file ApertureFlagTask.h.
Referenced by computeProperties().
1.8.14