|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
Implements a Segmentation based on the Lutz algorithm. More...
#include <Lutz.h>

Classes | |
| class | LutzListener |
| class | PixelGroup |
Public Member Functions | |
| Lutz () | |
| virtual | ~Lutz ()=default |
| void | labelImage (LutzListener &listener, const DetectionImage &image, PixelCoordinate offset=PixelCoordinate(0, 0)) |
Implements a Segmentation based on the Lutz algorithm.
|
virtualdefault |
| void SourceXtractor::Lutz::labelImage | ( | LutzListener & | listener, |
| const DetectionImage & | image, | ||
| PixelCoordinate | offset = PixelCoordinate(0,0) ) |
Definition at line 59 of file Lutz.cpp.
References SourceXtractor::COMPLETE, dy, SourceXtractor::F, SourceXtractor::F0, std::fill(), SourceXtractor::TileManager::getInstance(), SourceXtractor::INCOMPLETE, std::min(), std::move(), SourceXtractor::NONOBJECT, SourceXtractor::OBJECT, SourceXtractor::S, SourceXtractor::S0, x, y, and SourceXtractor::ZERO.
Referenced by SourceXtractor::LutzList::labelImage().
