|
Slicer
4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include "itkImage.h"#include "itkImageToImageFilter.h"#include "itkSimpleDataObjectDecorator.h"#include "itkVectorContainer.h"#include <vcl_compiler.h>#include <iostream>#include <list>#include <vector>#include "itkGrowCutSegmentationImageFilter.txx"
Go to the source code of this file.
Classes | |
| class | itk::GrowCutSegmentationImageFilter< TInputImage, TOutputImage, TWeightPixelType > |
Namespaces | |
| itk | |
| Simplified inverse ITK transforms. | |
Enumerations | |
| enum | PixelState { UNLABELED = 0, LABELED = 1, LOCALLY_SATURATED = 2, SATURATED = 3 } |
| enum PixelState |
| Enumerator | |
|---|---|
| UNLABELED | |
| LABELED | |
| LOCALLY_SATURATED | |
| SATURATED | |
Definition at line 19 of file itkGrowCutSegmentationImageFilter.h.
1.8.13