SourceXtractorPlusPlus
0.15
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... | |
![]() | |
virtual | ~SourceTask ()=default |
Destructor. More... | |
![]() | |
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::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().