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

#include <otbHorizontalSobelVectorImageFilter.h>

+ Inheritance diagram for otb::Functor::HorizontalSobelOperator< TInput, TOutput >:

Public Member Functions

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

Detailed Description

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

Performs the calculation of horizontal Sobel derivation.

Definition at line 37 of file otbHorizontalSobelVectorImageFilter.h.

Constructor & Destructor Documentation

◆ HorizontalSobelOperator()

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

Definition at line 40 of file otbHorizontalSobelVectorImageFilter.h.

◆ ~HorizontalSobelOperator()

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

Definition at line 43 of file otbHorizontalSobelVectorImageFilter.h.

Member Function Documentation

◆ operator()()

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

Definition at line 47 of file otbHorizontalSobelVectorImageFilter.h.


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