![]() |
OTB
10.0.0
Orfeo Toolbox
|
#include <otbMosaicFunctors.h>
Public Member Functions | |
| bool | operator!= (const RGB2LAB &) const |
| TOutput | operator() (const TInput &A) const |
| bool | operator== (const RGB2LAB &other) const |
| vcl_size_t | OutputSize (const std::array< vcl_size_t, 1 > &) const |
| RGB2LAB () | |
| ~RGB2LAB () | |
Private Attributes | |
| vnl_matrix< double > | D1 |
| vnl_matrix< double > | D2 |
| vnl_matrix< double > | M |
Base class for converting RGB into LAB color space (Ruderman et al.)
Definition at line 45 of file otbMosaicFunctors.h.
|
inline |
Definition at line 48 of file otbMosaicFunctors.h.
References otb::Functor::RGB2LAB< TInput, TOutput >::D1, otb::Functor::RGB2LAB< TInput, TOutput >::D2, and otb::Functor::RGB2LAB< TInput, TOutput >::M.
|
inline |
Definition at line 75 of file otbMosaicFunctors.h.
|
inline |
Definition at line 79 of file otbMosaicFunctors.h.
|
inline |
Definition at line 89 of file otbMosaicFunctors.h.
References otb::Functor::RGB2LAB< TInput, TOutput >::D1, otb::Functor::RGB2LAB< TInput, TOutput >::D2, and otb::Functor::RGB2LAB< TInput, TOutput >::M.
|
inline |
Definition at line 84 of file otbMosaicFunctors.h.
|
inline |
Definition at line 127 of file otbMosaicFunctors.h.
|
private |
Definition at line 134 of file otbMosaicFunctors.h.
Referenced by otb::Functor::RGB2LAB< TInput, TOutput >::operator()(), and otb::Functor::RGB2LAB< TInput, TOutput >::RGB2LAB().
|
private |
Definition at line 135 of file otbMosaicFunctors.h.
Referenced by otb::Functor::RGB2LAB< TInput, TOutput >::operator()(), and otb::Functor::RGB2LAB< TInput, TOutput >::RGB2LAB().
|
private |
Definition at line 133 of file otbMosaicFunctors.h.
Referenced by otb::Functor::RGB2LAB< TInput, TOutput >::operator()(), and otb::Functor::RGB2LAB< TInput, TOutput >::RGB2LAB().
1.9.1