|
SourceXtractorPlusPlus
0.12
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)) |
Public Member Functions inherited from SourceXtractor::Lutz | |
| Lutz () | |
| virtual | ~Lutz ()=default |
| void | labelImage (LutzListener &listener, const DetectionImage &image, PixelCoordinate offset=PixelCoordinate(0, 0)) |
Public Member Functions inherited from SourceXtractor::Lutz::LutzListener | |
| 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().
1.8.14