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

#include <otbSobelVectorImageFilter.h>

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

Public Member Functions

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

Detailed Description

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

Performs the calculation of Sobel derivation.

Definition at line 39 of file otbSobelVectorImageFilter.h.

Constructor & Destructor Documentation

◆ SobelOperator()

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

Definition at line 42 of file otbSobelVectorImageFilter.h.

◆ ~SobelOperator()

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

Definition at line 45 of file otbSobelVectorImageFilter.h.

Member Function Documentation

◆ operator()()

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

Definition at line 49 of file otbSobelVectorImageFilter.h.


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