|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#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 | notifyProgress (int, int) |
Protected Member Functions | |
| void | publishGroup (PixelGroup &pixel_group) override |
Private Attributes | |
| std::vector< PixelGroup > | m_groups |
|
virtualdefault |
|
inline |
|
inline |
Definition at line 75 of file Lutz.h.
References SourceXtractor::Lutz::labelImage().

|
overrideprotectedvirtual |
Implements SourceXtractor::Lutz::LutzListener.
Definition at line 231 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().