[ VIGRA Homepage | Class Index | Function Index | File Index | Main Page ]
![]() |
RGBPrime2XYZFunctor Class Template Reference | ![]() |
---|
Convert non-linear (gamma corrected) R'G'B' into standardized tri-stimulus XYZ. More...
#include "vigra/colorconversions.hxx"
Public Types | |
typedef NumericTraits< T >::RealPromote | component_type |
typedef TinyVector< T, 3 > | argument_type |
typedef TinyVector< component_type, 3 > | result_type |
typedef TinyVector< component_type, 3 > | value_type |
Public Methods | |
RGBPrime2XYZFunctor () | |
RGBPrime2XYZFunctor (component_type max) | |
result_type | operator() (argument_type const &rgb) const |
Detailed Description |
#include "vigra/colorconversions.hxx"
Namespace: vigra
The functor realizes the transformation
See vigra::RGBPrime2RGBFunctor and vigra::RGB2XYZFunctor for a description of the two steps.
Traits defined:
the functor's argument type
the result's component type
the functor's result type
default constructor The maximum value for each RGB component defaults to 255.
constructor
apply the transformation
© Ullrich Köthe (koethe@informatik.uni-hamburg.de)
html generated using doxygen and Python
FunctorTraits::isUnaryFunctor
is true (VigraTrueType
)
Member Typedef Documentation
typedef TinyVector<T, 3> argument_type
typedef NumericTraits<T>::RealPromote component_type
typedef TinyVector<component_type, 3> result_type
typedef TinyVector<component_type, 3> value_type
Constructor & Destructor Documentation
RGBPrime2XYZFunctor
(
)
[inline]
RGBPrime2XYZFunctor
(
component_type
max
)
[inline]
Member Function Documentation
result_type operator()
(
argument_type const &
rgb
)
const
[inline]
The documentation for this class was generated from the following file:
Cognitive Systems Group,
University of Hamburg, Germany
VIGRA 1.4.0 (21 Dec 2005)