13 #ifndef mitkImageToContourFilter_h_Included 14 #define mitkImageToContourFilter_h_Included 22 #include "vtkCellArray.h" 23 #include "vtkPolyData.h" 24 #include "vtkPolygon.h" 45 itkFactorylessNewMacro(
Self);
65 void SetUseProgressBar(
bool);
72 void SetProgressStepSize(
unsigned int stepSize);
77 void GenerateData()
override;
78 void GenerateOutputInformation()
override;
82 bool m_UseProgressBar;
83 unsigned int m_ProgressStepSize;
85 template <
typename TPixel,
unsigned int VImageDimension>
86 void Itk2DContourExtraction(
const itk::Image<TPixel, VImageDimension> *sliceImage);
Superclass of all classes generating some kind of mitk::BaseData.
#define MITKSEGMENTATION_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
PolyLineParametricPath2D::VertexListType ContourPath
#define mitkClassMacro(className, SuperClassName)
Converts pixel data to surface data by using a threshold The mitkImageToSurfaceFilter is used to crea...
itk::PolyLineParametricPath< 2 > PolyLineParametricPath2D
BaseGeometry Describes the geometry of a data object.
A filter that can extract contours out of a 2D binary image.