#include <MultiThresholdPartitionStep.h>
◆ MultiThresholdPartitionStep()
SourceXtractor::MultiThresholdPartitionStep::MultiThresholdPartitionStep |
( |
std::shared_ptr< SourceFactory > |
source_factory, |
|
|
SeFloat |
contrast, |
|
|
unsigned int |
thresholds_nb, |
|
|
unsigned int |
min_deblend_area |
|
) |
| |
|
inline |
◆ ~MultiThresholdPartitionStep()
virtual SourceXtractor::MultiThresholdPartitionStep::~MultiThresholdPartitionStep |
( |
| ) |
|
|
virtualdefault |
◆ partition()
Implements SourceXtractor::PartitionStep.
Definition at line 127 of file MultiThresholdPartitionStep.cpp.
References std::list< T >::back(), SourceXtractor::VectorImage< T >::create(), SourceXtractor::ProcessedImage< T, P >::create(), std::vector< T >::empty(), std::list< T >::empty(), SourceXtractor::LutzList::getGroups(), SourceXtractor::LutzList::labelImage(), SourceXtractor::LayerFilteredImage, m_contrast, m_min_deblend_area, m_source_factory, m_thresholds_nb, std::list< T >::pop_back(), std::pow(), std::vector< T >::push_back(), std::list< T >::push_back(), and reassignPixels().
◆ reassignPixels()
◆ m_contrast
SeFloat SourceXtractor::MultiThresholdPartitionStep::m_contrast |
|
private |
◆ m_min_deblend_area
unsigned int SourceXtractor::MultiThresholdPartitionStep::m_min_deblend_area |
|
private |
◆ m_source_factory
◆ m_thresholds_nb
unsigned int SourceXtractor::MultiThresholdPartitionStep::m_thresholds_nb |
|
private |
The documentation for this class was generated from the following files: