OTB  10.0.0
Orfeo Toolbox
Public Member Functions | List of all members
otb::Functor::VerticalSobelOperator< TInput, TOutput > Class Template Reference

#include <otbVerticalSobelVectorImageFilter.h>

Public Member Functions

TOutput operator() (const TInput &input)
 
 VerticalSobelOperator ()
 
virtual ~VerticalSobelOperator ()
 

Detailed Description

template<class TInput, class TOutput>
class otb::Functor::VerticalSobelOperator< TInput, TOutput >

Performs the calculation of vertical Sobel derivation.

Definition at line 37 of file otbVerticalSobelVectorImageFilter.h.

Constructor & Destructor Documentation

โ—† VerticalSobelOperator()

template<class TInput , class TOutput >
otb::Functor::VerticalSobelOperator< TInput, TOutput >::VerticalSobelOperator ( )
inline

Definition at line 40 of file otbVerticalSobelVectorImageFilter.h.

โ—† ~VerticalSobelOperator()

template<class TInput , class TOutput >
virtual otb::Functor::VerticalSobelOperator< TInput, TOutput >::~VerticalSobelOperator ( )
inlinevirtual

Definition at line 43 of file otbVerticalSobelVectorImageFilter.h.

Member Function Documentation

โ—† operator()()

template<class TInput , class TOutput >
TOutput otb::Functor::VerticalSobelOperator< TInput, TOutput >::operator() ( const TInput &  input)
inline

Definition at line 47 of file otbVerticalSobelVectorImageFilter.h.


The documentation for this class was generated from the following file: