SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SegmentationConfig.cpp File Reference
#include <iostream>
#include <fstream>
#include <boost/regex.hpp>
#include <boost/algorithm/string.hpp>
#include "ElementsKernel/Exception.h"
#include "Configuration/ConfigManager.h"
#include "SEFramework/Image/VectorImage.h"
#include "SEFramework/FITS/FitsReader.h"
#include "SEImplementation/Segmentation/BackgroundConvolution.h"
#include "SEImplementation/Configuration/SegmentationConfig.h"
Include dependency graph for SegmentationConfig.cpp:

Go to the source code of this file.

Namespaces

namespace  SourceXtractor

Functions

static bool SourceXtractor::getNormalization (std::istream &line_stream)
template<typename T>
static void SourceXtractor::extractValues (std::istream &line_stream, std::vector< T > &data)

Variables

static Elements::Logging SourceXtractor::segConfigLogger = Elements::Logging::getLogger("Config")
static const std::string SourceXtractor::SEGMENTATION_ALGORITHM {"segmentation-algorithm" }
static const std::string SourceXtractor::SEGMENTATION_USE_FILTERING {"segmentation-use-filtering" }
static const std::string SourceXtractor::SEGMENTATION_FILTER {"segmentation-filter" }
static const std::string SourceXtractor::SEGMENTATION_LUTZ_WINDOW_SIZE {"segmentation-lutz-window-size" }
static const std::string SourceXtractor::SEGMENTATION_BFS_MAX_DELTA {"segmentation-bfs-max-delta" }
static const std::string SourceXtractor::SEGMENTATION_ML_MODEL {"segmentation-ml-model" }
static const std::string SourceXtractor::SEGMENTATION_ML_THRESHOLD {"segmentation-ml-threshold" }