Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
vigra_ext::DitherFunctor< T > Struct Template Reference
Dither code taken from enblend and adapted to a standalone functor. More...
#include <VignettingCorrection.h>
Public Types | |
| typedef T | result_type |
Public Member Functions | |
| double | dither (const double &v) const |
| T | dither (const T &v, vigra::VigraFalseType) const |
| T | dither (const T &v, vigra::VigraTrueType) const |
| T | operator() (const T &v) const |
Public Attributes | |
| boost::mt19937 | Twister |
Detailed Description
template<class T>
struct vigra_ext::DitherFunctor< T >
Dither code taken from enblend and adapted to a standalone functor.
Member Typedef Documentation
|
|||||
|
|
Member Function Documentation
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
Member Data Documentation
|
|||||
|
|
The documentation for this struct was generated from the following file:
- hugin_base/vigra_ext/VignettingCorrection.h
1.3.9.1