Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Functions
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.