![]() |
Orfeo Toolbox
3.16
|
DEPRECATED: This functor implements the pixel-wise color anaglyph composition. The output pixel is a vector pixel of size 3, where the first component contains the value of the first component from the second input pixel, the second component contains the value of the second component from the first input pixel, and the third component contains the value of the third component of the first input pixel. More...
#include <otbVectorImageToColorAnaglyphVectorImageFilter.h>
Inheritance diagram for otb::Functor::ColorAnaglyphFunctor< TInputPixel1, TInputPixel2, TOutputPixel >:Public Member Functions | |
| ColorAnaglyphFunctor () | |
| Constructor. | |
| virtual | ~ColorAnaglyphFunctor () |
| Destructor. | |
| unsigned int | GetBlueChannelIndex (void) |
| unsigned int | GetGreenChannelIndex (void) |
| unsigned int | GetRedChannelIndex (void) |
| TOutputPixel | operator() (const TInputPixel1 &pixel1, const TInputPixel2 &pixel2) |
| void | SetBlueChannelIndex (unsigned int index) |
| void | SetGreenChannelIndex (unsigned int index) |
| void | SetRedChannelIndex (unsigned int index) |
Private Attributes | |
| unsigned int | m_BlueChannelIndex |
| unsigned int | m_GreenChannelIndex |
| unsigned int | m_RedChannelIndex |
| Color composition channels indices. | |
DEPRECATED: This functor implements the pixel-wise color anaglyph composition. The output pixel is a vector pixel of size 3, where the first component contains the value of the first component from the second input pixel, the second component contains the value of the second component from the first input pixel, and the third component contains the value of the third component of the first input pixel.
the channels indices for the composition can be changed to fit the channel order from a specific sensor.
Definition at line 45 of file otbVectorImageToColorAnaglyphVectorImageFilter.h.
|
inline |
Constructor.
Definition at line 49 of file otbVectorImageToColorAnaglyphVectorImageFilter.h.
|
inlinevirtual |
Destructor.
Definition at line 56 of file otbVectorImageToColorAnaglyphVectorImageFilter.h.
|
inline |
Definition at line 87 of file otbVectorImageToColorAnaglyphVectorImageFilter.h.
|
inline |
Definition at line 83 of file otbVectorImageToColorAnaglyphVectorImageFilter.h.
|
inline |
Definition at line 79 of file otbVectorImageToColorAnaglyphVectorImageFilter.h.
|
inline |
Definition at line 58 of file otbVectorImageToColorAnaglyphVectorImageFilter.h.
|
inline |
Definition at line 75 of file otbVectorImageToColorAnaglyphVectorImageFilter.h.
|
inline |
Definition at line 71 of file otbVectorImageToColorAnaglyphVectorImageFilter.h.
|
inline |
Definition at line 67 of file otbVectorImageToColorAnaglyphVectorImageFilter.h.
|
private |
Definition at line 95 of file otbVectorImageToColorAnaglyphVectorImageFilter.h.
Referenced by otb::Functor::ColorAnaglyphFunctor< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::ColorAnaglyphFunctor(), otb::Functor::ColorAnaglyphFunctor< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::GetBlueChannelIndex(), otb::Functor::ColorAnaglyphFunctor< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::operator()(), and otb::Functor::ColorAnaglyphFunctor< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::SetBlueChannelIndex().
|
private |
Definition at line 94 of file otbVectorImageToColorAnaglyphVectorImageFilter.h.
Referenced by otb::Functor::ColorAnaglyphFunctor< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::ColorAnaglyphFunctor(), otb::Functor::ColorAnaglyphFunctor< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::GetGreenChannelIndex(), otb::Functor::ColorAnaglyphFunctor< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::operator()(), and otb::Functor::ColorAnaglyphFunctor< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::SetGreenChannelIndex().
|
private |
Color composition channels indices.
Definition at line 93 of file otbVectorImageToColorAnaglyphVectorImageFilter.h.
Referenced by otb::Functor::ColorAnaglyphFunctor< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::ColorAnaglyphFunctor(), otb::Functor::ColorAnaglyphFunctor< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::GetRedChannelIndex(), otb::Functor::ColorAnaglyphFunctor< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::operator()(), and otb::Functor::ColorAnaglyphFunctor< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::SetRedChannelIndex().