Skip to content

Speedy 0.5.1

Compare
Choose a tag to compare
@alemart alemart released this 05 Apr 04:40
· 897 commits to master since this release
  • Matrix expressions are now compiled for better performance
  • Linear Algebra routines are now split into different files
  • Introduced SpeedyMatrixExpr.map() and SpeedyMatrixExpr.reduce()
  • Introduced SpeedyMatrixExpr.inverse()
  • Improved & optimized the LK feature tracker
  • ORB: using a larger patch when computing the orientation of a keypoint
  • Harris/FAST: using 16-bit half-floats to store the scores of keypoints
  • Improved the keypoint encoder
  • General improvements & fixes