OTB
9.0.0
Orfeo Toolbox
|
#include <otbLabelToBoundaryImageFilter.h>
Public Member Functions | |
LabelToBoundaryFunctor () | |
TOutput | operator() (const TInput &input) |
virtual | ~LabelToBoundaryFunctor () |
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.
|
inline |
Definition at line 47 of file otbLabelToBoundaryImageFilter.h.
|
inlinevirtual |
Definition at line 50 of file otbLabelToBoundaryImageFilter.h.
|
inline |
Definition at line 55 of file otbLabelToBoundaryImageFilter.h.