#include <exception>#include <vector>#include <string>#include <stdint.h>#include <boost/shared_ptr.hpp>#include <vigra/stdimage.hxx>#include <vigra/imageinfo.hxx>Include dependency graph for deghosting.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | deghosting |
Classes | |
| class | deghosting::BadDimensions |
| exception called when image dimensions differ More... | |
| class | deghosting::NoImages |
| exception called when there are no input images More... | |
| class | deghosting::Deghosting |
Defines | |
| #define | DEGHOSTING_CACHE_IMAGES |
| Header file for base class for deghosting algorithms Copyright (C) 2009 Lukáš Jirkovský <l.jirkovsky@gmail.com>. | |
Typedefs | |
| typedef boost::shared_ptr< vigra::BImage > | BImagePtr |
| typedef boost::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 |
|
|
Header file for base class for deghosting algorithms Copyright (C) 2009 Lukáš Jirkovský <l.jirkovsky@gmail.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. Definition at line 40 of file deghosting.h. |
|
|
Definition at line 64 of file deghosting.h. Referenced by mergeWeightedAverage(), and threshold(). |
|
|
Definition at line 67 of file deghosting.h. |
|
|
Definition at line 65 of file deghosting.h. Referenced by deghosting::Khan< PixelType >::createWeightMasks(), and deghosting::Khan< PixelType >::preprocessImage(). |
|
|
Definition at line 70 of file deghosting.h. |
|
|
Definition at line 72 of file deghosting.h. |
|
|
Definition at line 71 of file deghosting.h. |
|
|
Definition at line 75 of file deghosting.h. |
1.3.9.1