![]() |
OTB
10.0.0
Orfeo Toolbox
|
#include <otbMosaicFunctors.h>
Public Member Functions | |
| LAB2RGB () | |
| bool | operator!= (const LAB2RGB &) const |
| TOutput | operator() (const TInput &A) const |
| bool | operator== (const LAB2RGB &other) const |
| vcl_size_t | OutputSize (const std::array< vcl_size_t, 1 > &) const |
| ~LAB2RGB () | |
Private Attributes | |
| vnl_matrix< double > | D1 |
| vnl_matrix< double > | D2 |
| vnl_matrix< double > | M |
Base class for converting LAB into RGB color space (Ruderman et al.)
TODO: invert the function RGB2LAB than using the hardcoded one
Definition at line 147 of file otbMosaicFunctors.h.
|
inline |
Definition at line 150 of file otbMosaicFunctors.h.
References otb::Functor::LAB2RGB< TInput, TOutput >::D1, otb::Functor::LAB2RGB< TInput, TOutput >::D2, and otb::Functor::LAB2RGB< TInput, TOutput >::M.
|
inline |
Definition at line 177 of file otbMosaicFunctors.h.
|
inline |
Definition at line 181 of file otbMosaicFunctors.h.
|
inline |
Definition at line 191 of file otbMosaicFunctors.h.
References otb::Functor::LAB2RGB< TInput, TOutput >::D1, otb::Functor::LAB2RGB< TInput, TOutput >::D2, and otb::Functor::LAB2RGB< TInput, TOutput >::M.
|
inline |
Definition at line 186 of file otbMosaicFunctors.h.
|
inline |
Definition at line 226 of file otbMosaicFunctors.h.
|
private |
Definition at line 233 of file otbMosaicFunctors.h.
Referenced by otb::Functor::LAB2RGB< TInput, TOutput >::LAB2RGB(), and otb::Functor::LAB2RGB< TInput, TOutput >::operator()().
|
private |
Definition at line 234 of file otbMosaicFunctors.h.
Referenced by otb::Functor::LAB2RGB< TInput, TOutput >::LAB2RGB(), and otb::Functor::LAB2RGB< TInput, TOutput >::operator()().
|
private |
Definition at line 232 of file otbMosaicFunctors.h.
Referenced by otb::Functor::LAB2RGB< TInput, TOutput >::LAB2RGB(), and otb::Functor::LAB2RGB< TInput, TOutput >::operator()().
1.9.1