Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
labelMapPreprocessor.h File Reference
#include "itkImage.h"
#include "itkImageRegionIterator.h"
#include <algorithm>
Include dependency graph for labelMapPreprocessor.h:

Go to the source code of this file.

Functions

template<typename pixel_t>
itk::Image< pixel_t, 3 >::Pointer preprocessLabelMap (typename itk::Image< pixel_t, 3 >::Pointer originalLabelMap, pixel_t desiredLabel)
 

Function Documentation

◆ preprocessLabelMap()

template<typename pixel_t>
itk::Image< pixel_t, 3 >::Pointer preprocessLabelMap ( typename itk::Image< pixel_t, 3 >::Pointer originalLabelMap,
pixel_t desiredLabel )

Definition at line 11 of file labelMapPreprocessor.h.