17 #ifndef mitkFeatureBasedEdgeDetectionFilter_h_Included
18 #define mitkFeatureBasedEdgeDetectionFilter_h_Included
40 itkFactorylessNewMacro(
Self)
47 virtual void GenerateData();
50 virtual void GenerateOutputInformation();
59 template <
typename TPixel,
unsigned int VImageDimension>
60 void ITKThresholding(itk::Image<TPixel, VImageDimension> *originalImage,
65 template <
typename TPixel,
unsigned int VImageDimension>
66 void ContourSearch(itk::Image<TPixel, VImageDimension> *originalImage,
mitk::Image::Pointer &result);
68 template <
typename TPixel,
unsigned int VImageDimension>
69 void ThreadedClosing(itk::Image<TPixel, VImageDimension> *originalImage,
mitk::Image::Pointer &result);
Calculates edges and extracts them as an UnstructuredGrid with respect to the given segmentation...
Converts an Image into an UnstructuredGrid represented by Points. The filter uses a Threshold to extr...
Superclass of all classes generating some kind of mitk::BaseData.
#define MITKSEGMENTATION_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacro(className, SuperClassName)
itk::SmartPointer< Self > Pointer