Tiger Hu
Tiger Hu

Reputation: 47

ITK filter on different pixelspacing and slicethickness

Pixel Spacing and Slice Thickness of my 3D data are different, in other words, grid of x/y axis is different from grid of z axis.

Will ITK filters still work on this type of images?

If not, how to make modifications? Maybe use interpolation to generate isotropic images?

Upvotes: 0

Views: 94

Answers (1)

Dženan
Dženan

Reputation: 3395

ITK Images have proper support for such anisotropic images. This is controlled by different voxel spacing along Z axis. Read more in description of itk::ImageBase.

Upvotes: 1

Related Questions