|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
A PartitionStep that rejects Sources if they do not have at least a given number of pixels. More...
#include <CoreThresholdPartitionStep.h>


Public Member Functions | |
| virtual | ~CoreThresholdPartitionStep ()=default |
| Destructor. | |
| CoreThresholdPartitionStep (double snr_level, unsigned int min_pixel_count) | |
| Constructor. | |
| std::vector< std::unique_ptr< SourceInterface > > | partition (std::unique_ptr< SourceInterface > source) const override |
| Public Member Functions inherited from SourceXtractor::PartitionStep | |
| virtual | ~PartitionStep ()=default |
| Destructor. | |
Private Attributes | |
| double | m_snr_level |
| unsigned int | m_min_pixel_count |
A PartitionStep that rejects Sources if they do not have at least a given number of pixels.
Definition at line 35 of file CoreThresholdPartitionStep.h.
|
virtualdefault |
Destructor.
| SourceXtractor::CoreThresholdPartitionStep::CoreThresholdPartitionStep | ( | double | snr_level, |
| unsigned int | min_pixel_count ) |
Constructor.
Definition at line 30 of file CoreThresholdPartitionStep.cpp.
References m_min_pixel_count, and m_snr_level.
|
overridevirtual |
Implements SourceXtractor::PartitionStep.
Definition at line 34 of file CoreThresholdPartitionStep.cpp.
References std::vector< T >::emplace_back(), SourceXtractor::PixelCoordinateList::getCoordinateList(), SourceXtractor::LayerSignalToNoiseMap, m_min_pixel_count, m_snr_level, and std::move().

|
private |
Definition at line 50 of file CoreThresholdPartitionStep.h.
Referenced by CoreThresholdPartitionStep(), and partition().
|
private |
Definition at line 49 of file CoreThresholdPartitionStep.h.
Referenced by CoreThresholdPartitionStep(), and partition().