Slicer
4.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include "itkImage.h"
#include "itkImageRegionIterator.h"
#include <algorithm>
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) |
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.