[Insight-users] intensityWindowing in RecursiveGaussianImageFilter
Mafalda Sousa
mmvpgs at gmail.com
Thu Apr 20 12:04:53 EDT 2006
Hello,
I'm trying to aply Resampling an Anisotropic image to make it Isotropic as
in ItkSofwareGuide, but it doesn't recognize intensityWindowing
('intensityWindowing'
: undeclared identifier ). Why?
#nclude "itkResampleImageFilter.h"
#include "itkRecursiveGaussianImageFilter.h"
#include "itkIdentityTransform.h"
#include "itkLinearInterpolateImageFunction.h"
#include "itkIntensityWindowingImageFilter.h"
const unsigned int Dimension = 3;
typedef float InternalPixelType;
typedef itk::Image< InternalPixelType, Dimension > InternalImageType;
typedef itk::RecursiveGaussianImageFilter<
InternalImageType,InternalImageType > GaussianFilterType;
GaussianFilterType::Pointer smootherX = GaussianFilterType::New();
GaussianFilterType::Pointer smootherY = GaussianFilterType::New();
smootherX -> SetInput( intensityWindowing->GetOutput());
smootherY -> SetInput( smootherX->GetOutput());
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20060420/bc679ff7/attachment.htm
More information about the Insight-users
mailing list