#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
|
Image | itk::simple::RelabelLabelMap (const Image &image1, bool reverseOrdering=true) |
| This filter relabels the LabelObjects; the new labels are arranged consecutively with consideration for the background value. More...
|
|
Image | itk::simple::RelabelLabelMap (Image &&image1, bool reverseOrdering=true) |
| This filter relabels the LabelObjects; the new labels are arranged consecutively with consideration for the background value. More...
|
|
|
Image | itk::simple::RelabelLabelMap (Image &&image1, bool reverseOrdering=true) |
| This filter relabels the LabelObjects; the new labels are arranged consecutively with consideration for the background value. More...
|
|
Image | itk::simple::RelabelLabelMap (const Image &image1, bool reverseOrdering=true) |
| This filter relabels the LabelObjects; the new labels are arranged consecutively with consideration for the background value. More...
|
|