SourceXtractorPlusPlus
0.12
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(), SourceXtractor::COMPLETE, dy, std::vector< T >::emplace_back(), std::unordered_map< K, T >::erase(), SourceXtractor::F, SourceXtractor::F0, std::fill(), SourceXtractor::MultithreadedMeasurement::g_global_mutex, SourceXtractor::Image< T >::getChunk(), SourceXtractor::Image< T >::getHeight(), SourceXtractor::TileManager::getInstance(), SourceXtractor::Image< T >::getWidth(), SourceXtractor::INCOMPLETE, std::lock(), std::min(), std::move(), SourceXtractor::NONOBJECT, SourceXtractor::Lutz::LutzListener::notifyProgress(), SourceXtractor::OBJECT, std::vector< T >::pop_back(), SourceXtractor::Lutz::LutzListener::publishGroup(), std::vector< T >::push_back(), SourceXtractor::S, SourceXtractor::S0, x, y, and SourceXtractor::ZERO.
Referenced by SourceXtractor::LutzSegmentation::labelImage(), and SourceXtractor::LutzList::labelImage().