[Insight-users] Smooth Vector Image
Miller, James V (Research)
millerjv at crd.ge.com
Tue Aug 17 09:31:28 EDT 2004
You can use the VectorNeighborhoodOperatorImageFilter using a
GaussianOperator.
Since the GaussianOperator is separable, you will either need
to cascade a number of VectorNeighborhoodOperatorImageFilters
(one per dimension) or use a loop. For the latter, you can look
at the code in Code/Algorithms/itkPDEDeformableRegistrationFilter.txx,
specifically the method
PDEDeformableRegistrationFilter::SmoothDeformationField()
You can also enter a feature request on our bug-tracker requesting
a Gaussian smooth filter for vector fields.
You might also want to look the
Code/BasicFilters/itkVectorGradientAnisotropicDiffusionImageFilter.
-----Original Message-----
From: Bing Jian [mailto:bjian at cise.ufl.edu]
Sent: Monday, August 16, 2004 10:43 PM
To: insight-users at itk.org
Subject: [Insight-users] Smooth Vector Image
Hi there,
Is there any efficient way to smooth a vector-valued image?
DiscreteGaussianImageFilter does not accept vector valued image
as input. :-(
Many thanks in advance!
--
Best wishes,
Bing Jian
bjian at cise.ufl.edu
_______________________________________________
Insight-users mailing list
Insight-users at itk.org
http://www.itk.org/mailman/listinfo/insight-users
More information about the Insight-users
mailing list