SourceXtractorPlusPlus
0.11
Please provide a description of the project.
|
#include <Lutz.h>
Public Member Functions | |
LutzList () | |
virtual | ~LutzList ()=default |
const std::vector< PixelGroup > & | getGroups () const |
void | labelImage (const DetectionImage &image, PixelCoordinate offset=PixelCoordinate(0, 0)) |
![]() | |
Lutz () | |
virtual | ~Lutz ()=default |
void | labelImage (LutzListener &listener, const DetectionImage &image, PixelCoordinate offset=PixelCoordinate(0, 0)) |
![]() | |
virtual void | publishGroup (PixelGroup &pixel_group)=0 |
virtual void | notifyProgress (int, int) |
Protected Member Functions | |
virtual void | publishGroup (PixelGroup &pixel_group) override |
Private Attributes | |
std::vector< PixelGroup > | m_groups |
|
virtualdefault |
|
inline |
Definition at line 71 of file Lutz.h.
References m_groups.
Referenced by SourceXtractor::MultiThresholdPartitionStep::partition().
|
inline |
Definition at line 75 of file Lutz.h.
References SourceXtractor::Lutz::labelImage().
Referenced by SourceXtractor::MultiThresholdPartitionStep::partition().
|
overrideprotectedvirtual |
Definition at line 232 of file Lutz.cpp.
References m_groups, and std::vector< T >::push_back().
|
private |
Definition at line 83 of file Lutz.h.
Referenced by getGroups(), and publishGroup().