OTB
9.0.0
Orfeo Toolbox
|
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 > > |
otb::GeodesicMorphologyLevelingFilter |
This filter performs the leveling operation defined in the documentation of the geodesic decomposition image filter, given the original image, convex and concave membership functions. Please refer to the documentation of this filter for more details.
It applies the Functor::LevelingFunctor image-wise.
Definition at line 103 of file otbGeodesicMorphologyLevelingFilter.h.