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

scale images in SIFT functions rather than IO functions #12

Closed bbrister closed 9 years ago

bbrister commented 9 years ago

This allows more flexibility with the IO

bbrister commented 9 years ago

This change has been decided against.