SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
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... | |
virtual std::vector < std::shared_ptr < SourceInterface > > | partition (std::shared_ptr< SourceInterface > source) const override |
![]() | |
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.
SourceXtractor::MinAreaPartitionStep::MinAreaPartitionStep | ( | unsigned int | min_pixel_count | ) |
Constructor.
Definition at line 28 of file MinAreaPartitionStep.cpp.
|
overridevirtual |
Implements SourceXtractor::PartitionStep.
Definition at line 31 of file MinAreaPartitionStep.cpp.
References SourceXtractor::PixelCoordinateList::getCoordinateList(), and m_min_pixel_count.
|
private |
Definition at line 49 of file MinAreaPartitionStep.h.
Referenced by partition().