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 |
| class | deghosting::ImageTypes< PixelType > |
| class | deghosting::ImageTypes< RGBValue< PixelType > > |
| class | deghosting::Khan< PixelType > |
| class | deghosting::LogarithmFunctor< PixelType > |
| Logarithm functor. More... | |
| class | deghosting::LogarithmFunctor< RGBValue< ComponentType > > |
| Logarithm functor specialization for RGBValue. More... | |
| class | deghosting::HatFunctor< PixelType > |
| Functor to apply mexican hat function returns very small values for input near to 0 or 255. More... | |
| class | deghosting::HatFunctor< RGBValue< ComponentType > > |
| Functor to apply mexican hat function returns very small values for input near to 0 or 255 specialization for RGBValue. More... | |
| class | deghosting::NormalizeFunctor< PixelType > |
| Fuctor to normalize values. More... | |
| class | deghosting::NormalizeFunctor< RGBValue< ComponentType > > |
| Fuctor to normalize values specialization for RGBValue. More... | |
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 |
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 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