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


Public Member Functions | |
| virtual | ~MinAreaPartitionStep ()=default |
| Destructor. More... | |
| MinAreaPartitionStep (unsigned int min_pixel_count) | |
| Constructor. More... | |
| 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. More... | |
Private Attributes | |
| 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 MinAreaPartitionStep.h.
|
virtualdefault |
Destructor.
|
explicit |
Constructor.
Definition at line 28 of file MinAreaPartitionStep.cpp.
|
overridevirtual |
Implements SourceXtractor::PartitionStep.
Definition at line 32 of file MinAreaPartitionStep.cpp.
References std::vector< T >::emplace_back(), SourceXtractor::PixelCoordinateList::getCoordinateList(), m_min_pixel_count, and std::move().

|
private |
Definition at line 49 of file MinAreaPartitionStep.h.
Referenced by partition().
1.8.5