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

#include <otbLabelToBoundaryImageFilter.h>

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

Public Member Functions

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

Detailed Description

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

Functor to extract segmentation boundaries.

Functor intended to work with 3x3 neighborhood and scalar label image The generated boundary is 1-pixel wide, so it is not symmetric. Output value is 1 on the boundaries and 0 in the background

Definition at line 44 of file otbLabelToBoundaryImageFilter.h.

Constructor & Destructor Documentation

◆ LabelToBoundaryFunctor()

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

Definition at line 47 of file otbLabelToBoundaryImageFilter.h.

◆ ~LabelToBoundaryFunctor()

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

Definition at line 50 of file otbLabelToBoundaryImageFilter.h.

Member Function Documentation

◆ operator()()

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

Definition at line 55 of file otbLabelToBoundaryImageFilter.h.


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