OTB
9.0.0
Orfeo Toolbox
|
#include "otbVariadicNamedInputsImageFilter.h"
#include "otbImage.h"
#include "otbVectorImage.h"
#include "itkRGBPixel.h"
#include "itkRGBAPixel.h"
#include "itkFixedArray.h"
#include "itkDefaultConvertPixelTraits.h"
#include <type_traits>
#include "itkConstNeighborhoodIterator.h"
#include "otbFunctorImageFilter.hxx"
Go to the source code of this file.
Namespaces | |
otb | |
otb::functor_filter_details | |
Typedefs | |
template<typename T > | |
using | otb::RemoveCVRef = typename std::remove_cv< typename std::remove_reference< T >::type >::type |
Functions | |
template<typename Functor , typename TNameMap = void> | |
auto | otb::NewFunctorFilter (Functor f, itk::Size< 2 > radius={{0, 0}}) |
template<typename Functor , typename TNameMap = void> | |
auto | otb::NewFunctorFilter (Functor f, unsigned int numberOfOutputBands, itk::Size< 2 > radius={{0, 0}}) |
template<typename Functor , typename TNameMap = void> | |
auto | otb::NewFunctorFilter (Functor f, itk::Size< 2 > radius={{0, 0}}) |
template<typename Functor , typename TNameMap = void> | |
auto | otb::NewFunctorFilter (Functor f, unsigned int numberOfOutputBands, itk::Size< 2 > radius={{0, 0}}) |