Skip to content

Version 1.4.5

Compare
Choose a tag to compare
@bbrister bbrister released this 18 Jan 01:12
· 15 commits to master since this release
  • Fixed a bug in orientation assignment to improve the accuracy of SIFT3D descriptors. Thanks to KinMan for finding this bug.
    • Change the default value of corner_thresh parameter to 0.4, to get the same number of keypoints as before the fix
  • Add a new Matlab wrapper function to enable matching pre-computed descriptors (matchSift3D.m)
  • Compute the slice spacing of multi-file Dicom series, using this instead of the Slice Thickness metadata. Warn the user if the slice spacing differs from the slice thickness. Throw an error if the slice spacing is inconsistent between pairs of adjacent images.
  • Add keypoint octave indices to kpSift3D output. Thanks to v8korb for this suggestion.
  • Refactor RANSAC code for improved clarity and efficiency. Thanks to cslayers for this suggestion.