OTB  9.0.0
Orfeo Toolbox
Classes | Namespaces | Typedefs
otbGeodesicMorphologyLevelingFilter.h File Reference
#include "otbFunctorImageFilter.h"
+ Include dependency graph for otbGeodesicMorphologyLevelingFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  otb::Functor::LevelingFunctor_tags::concave_pixel
 
struct  otb::Functor::LevelingFunctor_tags::convex_pixel
 
class  otb::Functor::LevelingFunctor< TInput, TInputMap, TOutput >
 
struct  otb::Functor::LevelingFunctor_tags::pixel
 

Namespaces

 otb
 
 otb::Functor
 
 otb::Functor::LevelingFunctor_tags
 

Typedefs

template<class TInputImage , class TInputMaps , class TOutputImage >
using otb::GeodesicMorphologyLevelingFilter = FunctorImageFilter< Functor::LevelingFunctor< typename TInputImage::PixelType, typename TInputMaps::PixelType, typename TOutputImage::PixelType >, std::tuple< typename Functor::LevelingFunctor_tags::pixel, typename Functor::LevelingFunctor_tags::convex_pixel, typename Functor::LevelingFunctor_tags::concave_pixel > >