Skip to content

Speedy 0.9.0

Compare
Choose a tag to compare
@alemart alemart released this 04 May 22:10
· 95 commits to master since this release
  • Introduced feature matching
    • Brute force
    • Fast approximate k-nearest neighbors (kNN)
  • Introduced type definitions for TypeScript
  • New nodes: DistanceFilter, HammingDistanceFilter, BorderClipper
  • New sink nodes: SinkOfTrackedKeypoints, SinkOfMatchedKeypoints
  • Removed node: DiscardKeypointDescriptor
  • New feature matching demo
  • Improved the algorithm used to download data from the GPU
  • Introduced synchronous writing methods to SpeedyMatrix
  • Introduced affine transforms
  • Introduced Speedy.Settings
    • Power preference
    • GPU polling modes
    • Logging modes (alxAgu)
  • Removed SpeedyMedia.draw()
  • Optimizations and fixes