[Insight-users] LaplacianSegmentationLevelSetImageFilter and 3D
image
Maria Cira Avvinto
millarkaa at gmail.com
Tue Dec 5 06:41:34 EST 2006
Thanks a much to Ivàn and Dan;
if i have understand, i must only change :
"const unsigned int Dimension = 2;
typedef itk::Image< InternalPixelType, Dimension > InternalImageType;"
into :
"const unsigned int Dimension = 3;
typedef itk::Image< InternalPixelType, Dimension > InternalImageType; ".
So shell I do this change for each filter that is included?
#include "itkImage.h"
#include "itkLaplacianSegmentationLevelSetImageFilter.h"
#include "itkGradientAnisotropicDiffusionImageFilter.h"
#include "itkFastMarchingImageFilter.h"
#include "itkBinaryThresholdImageFilter.h"
#include "itkImageFileReader.h"
#include "itkImageFileWriter.h"
#include "itkZeroCrossingImageFilter.h"
Thanks a lot,
Mary
More information about the Insight-users
mailing list