[vtkusers] New Submission: ItkImageFunctionImageFilter: A New Filter To Apply An itkImageFunction To Every Pixel In An itkImage
Insight Journal
webmaster at insightsoftwareconsortium.org
Wed Nov 30 13:24:34 EST 2011
Hello,
A new submission has been added to the Insight Journal.
Title: ItkImageFunctionImageFilter: A New Filter To Apply An itkImageFunction To Every Pixel In An itkImage
Authors: Doria D.
Abstract: This document presents a new class to apply an itkImageFunction to every pixel in an itkImage. This functionality is almost identical to itkUnaryFunctorImageFilter, but it uses an itkImageFunction rather than an itk::Functor. As some functionalities in ITK seem to have been implemented as image functors (itk::Functor::AND, itk::Functor::Atan, etc.) while other seems to have been implemented as itkImageFunction's (itk::BinaryThresholdImageFunction, itk::CentralDifferenceImageFunction, etc.), it seems reasonable to be able to apply any of these operations to an entire image.
The code is available here: http://review.source.kitware.com/#change,2008
Download and review this publication at: http://hdl.handle.net/10380/3305
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 visit http://www.insight-journal.org .
More information about the vtkusers
mailing list