bbrister / SIFT3D

Analogue of the scale-invariant feature transform (SIFT) for three-dimensional images. Includes an image processing and linear algebra library with feature matching and RANSAC regression. Also includes IO functions supporting a variety of image formats.
MIT License
134 stars 47 forks source link

don't assume slice thickness == slice spacing #14

Closed bbrister closed 6 years ago

bbrister commented 8 years ago

Some CT scans will use slice thickness in a different way. Compute the slice spacing by subtracting adjacent slices.

bbrister commented 6 years ago

Fixed in 1.4.5.