vigra_ext::ApplyLogFunctor Struct Reference
#include <utils.h>
List of all members.
|
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 |
Constructor & Destructor Documentation
| vigra_ext::ApplyLogFunctor::ApplyLogFunctor |
( |
float |
min_, |
|
|
float |
max_ |
|
) |
[inline] |
|
Member Function Documentation
|
template<class T, unsigned int R, unsigned int G, unsigned int B> |
| vigra::RGBValue<vigra::UInt8,0,1,2> vigra_ext::ApplyLogFunctor::operator() |
( |
const vigra::RGBValue< T, R, G, B > & |
v |
) |
const [inline] |
|
|
template<class T> |
| unsigned char vigra_ext::ApplyLogFunctor::operator() |
( |
T |
v |
) |
const [inline] |
|
Member Data Documentation
The documentation for this struct was generated from the following file: