SourceXtractorPlusPlus
0.15
Please provide a description of the project.
|
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 std::unordered_map< K, T >::at(), std::vector< T >::back(), std::vector< T >::begin(), SourceXtractor::COMPLETE, dy, std::vector< T >::emplace_back(), std::vector< T >::end(), SourceXtractor::Lutz::PixelGroup::end, std::unordered_map< K, T >::erase(), std::fill(), SourceXtractor::Image< T >::getChunk(), SourceXtractor::Image< T >::getHeight(), SourceXtractor::TileManager::getInstance(), SourceXtractor::Image< T >::getWidth(), SourceXtractor::Lutz::PixelGroup::merge_pixel_list(), std::min(), std::move(), SourceXtractor::Lutz::LutzListener::notifyProgress(), SourceXtractor::Lutz::PixelGroup::pixel_list, std::vector< T >::pop_back(), SourceXtractor::Lutz::LutzListener::publishGroup(), std::vector< T >::push_back(), SourceXtractor::Lutz::PixelGroup::start, x, y, and SourceXtractor::ZERO.
Referenced by SourceXtractor::LutzList::labelImage(), and SourceXtractor::LutzSegmentation::labelImage().