|
Hugintrunk
0.1
|
#include <exception>#include <vector>#include <string>#include <stdint.h>#include <memory>#include <vigra/stdimage.hxx>#include <vigra/imageinfo.hxx>

Go to the source code of this file.
Classes | |
| class | deghosting::NoImages |
| exception called when there are no input images More... | |
| class | deghosting::Deghosting |
Namespaces | |
| deghosting | |
| Implementation of basic routines for deghosting algorithms Copyright (C) 2009 Lukáš Jirkovský l.jirkovsky@gmail.com | |
Typedefs | |
| typedef std::shared_ptr < vigra::BImage > | deghosting::BImagePtr |
| typedef std::shared_ptr < vigra::FImage > | deghosting::FImagePtr |
| typedef std::vector< float > | deghosting::EMoR |
Variables | |
| const uint16_t | deghosting::ADV_GAMMA = 1 |
| const uint16_t | deghosting::ADV_ONLYP = 2 |
| const uint16_t | deghosting::ADV_MULTIRES = 4 |
| const uint16_t | deghosting::SAVE_INITWEIGHTS = 1 |
1.8.5