Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs | Variables
deghosting Namespace Reference

Implementation of basic routines for deghosting algorithms Copyright (C) 2009 Lukáš Jirkovský l.jir.nosp@m.kovs.nosp@m.ky@gm.nosp@m.ail..nosp@m.com More...

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
 

Detailed Description

Implementation of basic routines for deghosting algorithms Copyright (C) 2009 Lukáš Jirkovský l.jir.nosp@m.kovs.nosp@m.ky@gm.nosp@m.ail..nosp@m.com

Support code for use in deghosting implementation Copyright (C) 2009 Lukáš Jirkovský l.jir.nosp@m.kovs.nosp@m.ky@gm.nosp@m.ail..nosp@m.com

Header file for base class for deghosting algorithms Copyright (C) 2009 Lukáš Jirkovský l.jir.nosp@m.kovs.nosp@m.ky@gm.nosp@m.ail..nosp@m.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 Documentation

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.

Variable Documentation

const uint16_t deghosting::ADV_GAMMA = 1
const uint16_t deghosting::ADV_MULTIRES = 4
const uint16_t deghosting::ADV_ONLYP = 2
const uint16_t deghosting::SAVE_INITWEIGHTS = 1