Hugintrunk
0.1
|
Implementation of basic routines for deghosting algorithms Copyright (C) 2009 Lukáš Jirkovský l.jir kovs ky@gm ail. comMore...
Classes | |
class | NoImages |
exception called when there are no input images More... | |
class | Deghosting |
class | ImageTypes |
class | ImageTypes< vigra::RGBValue< PixelType > > |
class | Khan |
class | LogarithmFunctor |
Logarithm functor. More... | |
class | LogarithmFunctor< vigra::RGBValue< ComponentType > > |
Logarithm functor specialization for RGBValue. More... | |
class | HatFunctor |
Functor to apply mexican hat function returns very small values for input near to 0 or 255. More... | |
class | HatFunctor< vigra::RGBValue< ComponentType > > |
Functor to apply mexican hat function returns very small values for input near to 0 or 255 specialization for RGBValue. More... | |
class | NormalizeFunctor |
Fuctor to normalize values. More... | |
class | NormalizeFunctor< vigra::RGBValue< ComponentType > > |
Fuctor to normalize values specialization for RGBValue. More... | |
Typedefs | |
typedef std::shared_ptr < vigra::BImage > | BImagePtr |
typedef std::shared_ptr < vigra::FImage > | FImagePtr |
typedef std::vector< float > | EMoR |
Variables | |
const uint16_t | ADV_GAMMA = 1 |
const uint16_t | ADV_ONLYP = 2 |
const uint16_t | ADV_MULTIRES = 4 |
const uint16_t | SAVE_INITWEIGHTS = 1 |
Implementation of basic routines for deghosting algorithms Copyright (C) 2009 Lukáš Jirkovský l.jir kovs ky@gm ail. com
Support code for use in deghosting implementation Copyright (C) 2009 Lukáš Jirkovský l.jir kovs ky@gm ail. com
Header file for base class for deghosting algorithms Copyright (C) 2009 Lukáš Jirkovský l.jir kovs ky@gm ail. com
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
typedef std::shared_ptr<vigra::BImage> deghosting::BImagePtr |
Definition at line 45 of file deghosting.h.
typedef std::vector<float> deghosting::EMoR |
Definition at line 48 of file deghosting.h.
typedef std::shared_ptr<vigra::FImage> deghosting::FImagePtr |
Definition at line 46 of file deghosting.h.
const uint16_t deghosting::ADV_GAMMA = 1 |
Definition at line 51 of file deghosting.h.
Referenced by main(), parseOptions_advanced(), and deghosting::Khan< PixelType >::preprocessImage().
const uint16_t deghosting::ADV_MULTIRES = 4 |
Definition at line 53 of file deghosting.h.
Referenced by deghosting::Khan< PixelType >::createWeightMasks(), main(), and parseOptions_advanced().
const uint16_t deghosting::ADV_ONLYP = 2 |
Definition at line 52 of file deghosting.h.
Referenced by deghosting::Khan< PixelType >::createWeightMasks(), and parseOptions_advanced().
const uint16_t deghosting::SAVE_INITWEIGHTS = 1 |
Definition at line 56 of file deghosting.h.
Referenced by deghosting::Khan< PixelType >::createWeightMasks(), and parseOptions_save().