17 #ifndef mitkImageToPointCloudFilter_h_Included
18 #define mitkImageToPointCloudFilter_h_Included
23 #include <itkCastImageFilter.h>
45 LAPLACIAN_STD_DEV2 = 0,
46 LAPLACIAN_STD_DEV3 = 1,
47 LAPLACIAN_STD_DEV4 = 2
58 itkGetMacro(NumberOfExtractedPoints,
int)
66 virtual
void GenerateData();
69 virtual
void GenerateOutputInformation();
80 template <typename TPixel,
unsigned int VImageDimension>
81 void StdDeviations(
itk::
Image<TPixel, VImageDimension> *image,
int amount);
88 int m_NumberOfExtractedPoints;
itk::Image< double, 3 > FloatImageType
Converts an Image into an UnstructuredGrid represented by Points. The filter uses a Threshold to extr...
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKSURFACEINTERPOLATION_EXPORT
The filter extracts the edge pixels of an image as points and stores them in an UnstructuredGrid. Every pixel which grey value is between the mean +- standard deviation * (2 or 3), will be extracted as point. The DetectionMethod can be set to choose if the doubled or tripled standard deviation is used.
DetectionMethod
The method which calculates and extracts the edge pixels/points. For the edge detection the laplacian...
#define mitkClassMacro(className, SuperClassName)
Image class for storing images.
BaseGeometry Describes the geometry of a data object.