Skip to content

v0.2.0

Compare
Choose a tag to compare
@sarlinpe sarlinpe released this 23 Apr 05:32
· 101 commits to master since this release
1fe5e0d
  • Release the GIL in estimators for multi-threading (#40)
  • Support building with CUDA (#57)
  • More bindings:
    • CorrespondenceGraph and IncrementalTriangulators (#41)
    • IncrementalMapperOptions (#56)
    • Dense MVS reconstruction (undistort_images, patch_match_stereo, stereo_fusion) (#57)
    • SIFT feature extraction and matching (exhaustive, sequential, spatial, vocabtree) (#57)
    • GPU SIFT with unified interface (#57)
  • Allow interrupting long C++ functions via KeyboardInterrupt (#57)
  • Improve the wheels: add more Python versions, fix broken dependencies (#58, #51)