[Insight-users] streamingFilter and filter separation into boundary
and inner faces
Martin Urschler
martin at urschler.info
Thu Nov 3 05:43:49 EST 2005
hi,
i'm currently looking through the streaming filters and the boundary
calculator and i'm wondering if it is possible to simultaneously use
these two concepts in a filter?
i'd like to process my large data sets in chunks on the one hand,
otherwise i'm getting problems with memory consumption of the
intermediate results
on the other hand i have convolution filters involved in my streamed
mini pipeline. so i'd also like to make the distinction between my inner
face and the boundary faces for efficiency
now i'm not quite sure if and how this works, since the boundary face
calculator of the streamed chunks should distinguish between boundary
faces in the interior of the whole large data set and faces on the
exterior of the whole large data set
otherwise i would get wrong calculations on the interior chunk
boundaries, since the pipeline would take the boundary value instead of
the data from the neighboring chunk
is there a mechanism that already handles this issue? is there even a
filter that already works according to this principle, or presents a
proper workaround by implementing the right padding (voxel padding in
this case i suppose, not region padding) in the interior of the volume?
thanks,
Martin
More information about the Insight-users
mailing list