virtual void setVerbosity(int verbosity)
set verbosity level
virtual void setDebugFlags(const uint16_t debugFlags)
set flags for debugging purposes
std::vector< vigra::Rect2D > m_inputROI
vigra::Rect2D m_outputROI
virtual void setCameraResponse(EMoR response)
set camera response function set camera response function in EMoR format
virtual void setIterationNum(const int iterations)
set number of iterations
virtual void setFlags(const uint16_t flags)
set advanced flags Allows to change behavior of used algorithm
vigra::Rect2D getOutputROI() const
virtual void loadImages(std::vector< std::string > &inputFiles)
load images for processing
std::vector< vigra::ImageImportInfo > inputFiles
std::vector< vigra::Rect2D > getInputROIs() const
exception called when there are no input images
Implementation of basic routines for deghosting algorithms Copyright (C) 2009 Lukáš Jirkovský l....
std::vector< float > EMoR
std::vector< deghosting::BImagePtr > threshold(const std::vector< deghosting::FImagePtr > &inputImages, const double threshold, const uint16_t flags)
Threshold function used for creating alpha masks for images.