hugin_base/vigra_ext/lut.h File Reference
#include <vector>#include <functional>#include <hugin_math/hugin_math.h>#include <vigra/stdimage.hxx>#include <vigra/numerictraits.hxx>#include <vigra/array_vector.hxx>#include <vigra_ext/utils.h>#include <vigra_ext/HDRUtils.h>#include <vigra_ext/emor.h>Include dependency graph for lut.h:

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

Go to the source code of this file.
Namespaces | |
| namespace | vigra_ext |
Classes | |
| struct | vigra_ext::LUTFunctor< VTIn, LUT > |
| functor to apply a LUT to gray and color images. More... | |
| struct | vigra_ext::InvLUTFunctor< VT1, LUT > |
| functor to apply a LUT to gray and color images. More... | |
| struct | vigra_ext::ExposureResponseFunctor< OP > |
| just apply exposure and response to linear data More... | |
Functions | |
| template<class VECTOR> | |
| void | createGammaLUT (double gamma, VECTOR &lut) |
| template<class VEC, class VEC2> | |
| void | resizeLUT (const VEC &iLUT, VEC2 &oLUT) |
| template<class LUT> | |
| void | enforceMonotonicity (LUT &lut) |
| enforce monotonicity of an array (mostly used for lookup tables) | |
Detailed Description
- Author:
- Pablo d'Angelo <pablo.dangelo@web.de>
This 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 software 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 Lesser General Public License for more details.
You should have received a copy of the GNU General Public License along with this software; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Function Documentation
|
||||||||||||||||
|
|
|
||||||||||
|
enforce monotonicity of an array (mostly used for lookup tables)
|
|
||||||||||||||||
|
|
1.3.9.1