[Insight-users] The Insight Journal-New Submission

Insight Journal webmaster at insightsoftwareconsortium.org
Wed Aug 26 14:34:27 EDT 2009


Hello,
A new submission has been added to the Insight Journal.

Title: A Fast Approximation to the Bilateral Filter for ITK
Author(s):Woehr J.
Abstract: 
This document describes an implementation of an alternative bilateral filtering algorithm in ITK.
This class implements the fast bilateral filter algorithm in ITK by taking the input image and organizing it into the required data structure as an ITK Image with dimension one greater than the original image. The DiscreteGaussianImageFilter is then used to blur the higher dimensional image. The discrete Gaussian image filter was chosen because the kernel width used should usually be small due to the down-sampling involved when using this technique. As described in the ITK documentation, this class should outperform the recursive Gaussian algorithm due to the small kernel size DiscreteGaussianImageFilter.After the Gaussian blur has been completed the data will be interpolated and written to the output image.

By incorporating this class into the ITK framework, this more efficient algorithm will be made available to all ITK users.

Download and Review the paper at: http://www.insight-journal.org/browse/publication/692

Generated by the Insight Journal
You are receiving this email because you asked to be informed by the Insight Journal for new submissions.
                    
To change your email preference go to http://www.insight-journal.org .


More information about the Insight-users mailing list