|
Hugintrunk
0.1
|
#include <utils.h>
Public Member Functions | |
| ApplyLogFunctor (float min_, float max_) | |
| template<class T > | |
| unsigned char | operator() (T v) const |
| template<class T , unsigned int R, unsigned int G, unsigned int B> | |
| vigra::RGBValue< vigra::UInt8, 0, 1, 2 > | operator() (const vigra::RGBValue< T, R, G, B > &v) const |
Public Attributes | |
| float | minv |
| float | maxv |
| float | scale |
|
inline |
|
inline |
Definition at line 613 of file utils.h.
References vigra_ext::log10(), minv, and scale.
|
inline |
Definition at line 620 of file utils.h.
References vigra_ext::log10(), minv, and scale.
| float vigra_ext::ApplyLogFunctor::maxv |
Definition at line 598 of file utils.h.
Referenced by ApplyLogFunctor().
| float vigra_ext::ApplyLogFunctor::minv |
Definition at line 597 of file utils.h.
Referenced by ApplyLogFunctor(), and operator()().
| float vigra_ext::ApplyLogFunctor::scale |
Definition at line 599 of file utils.h.
Referenced by ApplyLogFunctor(), and operator()().
1.8.5