Slicer  4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Classes | Namespaces | Enumerations
itkGrowCutSegmentationImageFilter.h File Reference
#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"
Include dependency graph for itkGrowCutSegmentationImageFilter.h:

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 }
 

Enumeration Type Documentation

◆ PixelState

enum PixelState
Enumerator
UNLABELED 
LABELED 
LOCALLY_SATURATED 
SATURATED 

Definition at line 19 of file itkGrowCutSegmentationImageFilter.h.