[Insight-users] slice based memory representation of itk volume
Feng Ma
mafeng at hotmail.com
Thu Nov 3 17:04:59 EST 2005
Kevin and James:
Thanks a lot for the information.
I am actually looking at a filter that could do Gaussian smoothing like
itkDiscreteGaussianImageFilter, without using a continous 1D block of
memory.
To use existing itk filters, probably the best shot is to use sparse
image. I think itkDiscreteGaussianImageFilter does not support sparse image.
Does the itkSmoothingRecursiveGaussianImageFilter support sparse image? Or
there is any other filter that I could use/tweak to achieve my goal?
Thanks.
-Feng
>From: "Kevin H. Hobbs" <kevin.hobbs.1 at ohiou.edu>
>Reply-To: hobbsk at ohiou.edu
>To: Feng Ma <mafeng at hotmail.com>
>CC: insight-users at itk.org
>Subject: Re: [Insight-users] slice based memory representation of itk
>volume
>Date: Thu, 03 Nov 2005 15:22:40 -0500
>
>On Thu, 2005-11-03 at 11:56 -0800, Feng Ma wrote:
> > Dear all:
> >
> > I searched the mail-list and didn't find answer to this problem: do we
> > have slice-based memory allocation for itk volume? I think currently itk
> > volume data is in a single 1-D array.
> >
> > The reason I ask this question is that on windows system, sometimes
>due to
> > memory fragment, it is not possible to allocate a large 1-D array for
>itk
> > volume, especially for large float volume. If the 3D volume memory is
> > allocated slice by slice, it will have much larger chance of success in
> > memory allocation. Certainly all filters have to be able to accommodate
>this
> > change.
> >
> > Thanks.
> >
> > -Feng
> >
> >
> > _______________________________________________
> > Insight-users mailing list
> > Insight-users at itk.org
> > http://www.itk.org/mailman/listinfo/insight-users
>
>This has come up before in my memory. I think the post that might give
>you the most info is:
>
>http://public.kitware.com/pipermail/insight-users/2005-April/012625.html
>
>It's about sparse images, but I think it might make sense for what you
>want.
><< signature.asc >>
>_______________________________________________
>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