OTB
9.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 43 of file otbMosaicFunctors.h.
|
inline |
Definition at line 46 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 73 of file otbMosaicFunctors.h.
|
inline |
Definition at line 77 of file otbMosaicFunctors.h.
|
inline |
Definition at line 87 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 82 of file otbMosaicFunctors.h.
|
inline |
Definition at line 125 of file otbMosaicFunctors.h.
|
private |
Definition at line 132 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().
|
private |
Definition at line 131 of file otbMosaicFunctors.h.
Referenced by otb::Functor::RGB2LAB< TInput, TOutput >::operator()(), and otb::Functor::RGB2LAB< TInput, TOutput >::RGB2LAB().