Slice by slice filtering with ITK

Authors:
DPID: 1262DOI: 10.62891/f32ab021Published:

Abstract

While filtering in N dimensions is a main feature of ITK, filtering an image in N-1 dimensions, slice by slice, can be very useful in many cases. Currently, this operation require a consequent amount of work to be done with ITK. A new filter is provided with this article to perform this operation with only a few lines of code.