[Insight-developers] Extrapolating vector images

Luis Ibanez luis.ibanez at kitware.com
Sat Aug 28 14:02:52 EDT 2010


Hi Kwame,

I would think that you should  write a class

     itkVectorExtrapolateImageFunction


similar to the current

     itkVectorInterpolateImageFunction




    Luis


-------------------------------
On Sat, Aug 28, 2010 at 11:04 AM, Kwame Kutten <kkutten1 at jhmi.edu> wrote:

> I've written some new image extrapolators (ConstantExtrapolateImageFunction
> and PeriodicExtrapolateImageFunction) derived from the
> ExtrapolateImageFunction class template.  They work with scaler images but
> will not accept vector images because the base class was designed for scalar
> images (
> http://www.itk.org/Doxygen/html/classitk_1_1ExtrapolateImageFunction.html#_details).
>
> Is there a way to modify the ExtrapolateImageFunction to work with vector
> images, or should I write a new vector-specific class (e.g.
> ExtrapolateVectorImageFunction ) ?
>
> Thanks
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-developers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/mailman/private/insight-developers/attachments/20100828/42a772ed/attachment.htm>


More information about the Insight-developers mailing list