|
SimpleITK
|
#include <memory>#include "sitkBasicFilters.h"#include "sitkImageFilter.h"#include "sitkProcessObjectDeleter.h"
Include dependency graph for sitkRelabelLabelMapFilter.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | itk::simple::RelabelLabelMapFilter |
| This filter relabels the LabelObjects; the new labels are arranged consecutively with consideration for the background value. More... | |
Namespaces | |
| namespace | itk |
| namespace | itk::simple |
Functions | |
| 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. | |
| 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. | |
1.13.2 |
Privacy Policy