Skip to content

Releases: isl-org/Open3D

v0.2

01 Jul 05:57
dd511a0
Compare
Choose a tag to compare

Key updates:

  • Headless rendering
  • Non-blocking visualization
  • Docker for Open3D
  • Refined build system
  • Fast global registration
  • Color map optimization
  • PyPi support
  • Changing Python package name: py3d -> open3d
  • Many bug fixes

v0.1.1

19 Mar 21:13
08d129c
Compare
Choose a tag to compare

Minor fixes on

  • reading rgb channels from colored point cloud files written in ascii
  • pybind cmake_list

Misc

  • polishing documents
  • adding a script for installing necessary python modules

v0.1.0

22 Feb 22:21
53fe62d
Compare
Choose a tag to compare

First Open3D release with following core features

  • Basic 3D data structures
  • Basic 3D data processing algorithms
  • Scene reconstruction
  • Surface alignment
  • 3D visualization
  • Python binding