13 #ifndef mitkImageToPointCloudFilter_h
14 #define mitkImageToPointCloudFilter_h
19 #include <itkCastImageFilter.h>
41 LAPLACIAN_STD_DEV2 = 0,
42 LAPLACIAN_STD_DEV3 = 1,
43 LAPLACIAN_STD_DEV4 = 2
48 itkFactorylessNewMacro(Self);
75 template <
typename TPixel,
unsigned int VImageDimension>
76 void StdDeviations(itk::Image<TPixel, VImageDimension> *image,
int amount);
#define MITKSURFACEINTERPOLATION_EXPORT
BaseGeometry Describes the geometry of a data object.
The filter extracts the edge pixels of an image as points and stores them in an UnstructuredGrid....
~ImageToPointCloudFilter() override
void GenerateData() override
itk::Image< double, 3 > FloatImageType
mitkClassMacro(ImageToPointCloudFilter, ImageToUnstructuredGridFilter)
void GenerateOutputInformation() override
ImageToPointCloudFilter()
DetectionMethod
The method which calculates and extracts the edge pixels/points. For the edge detection the laplacian...
Converts an Image into an UnstructuredGrid represented by Points. The filter uses a Threshold to extr...
Find image slices visible on a given plane.