File: README.rst

package info (click to toggle)
open3d 0.16.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 80,688 kB
  • sloc: cpp: 193,088; python: 24,973; ansic: 8,356; javascript: 1,869; sh: 1,473; makefile: 236; xml: 69
file content (58 lines) | stat: -rw-r--r-- 1,535 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.. _introduction:

About This Project
#######################

Open3D is an open-source library that supports rapid development of software
that deals with 3D data. The Open3D frontend exposes a set of carefully selected
data structures and algorithms in both C++ and Python. The backend is highly
optimized and is set up for parallelization. We welcome contributions from the
open-source community.

If you use Open3D in an academic project, please cite our paper:

::

    @article{Zhou2018,
        author    = {Qian-Yi Zhou and Jaesik Park and Vladlen Koltun},
        title     = {{Open3D}: {A} Modern Library for {3D} Data Processing},
        journal   = {arXiv:1801.09847},
        year      = {2018},
    }

Core features
======================

* 3D data structures
* 3D data processing algorithms
* Scene reconstruction
* Surface alignment
* 3D visualization
* Physically based rendering (PBR)
* 3D machine learning support with PyTorch and TensorFlow
* GPU acceleration for core 3D operations
* Available in C++ and Python

Supported platforms
======================

The package has been tested on:

* Ubuntu 18.04 and 20.04
* Windows 10 64-bit
* macOS High Sierra and above

With Python versions:

* 3.7
* 3.8
* 3.9
* 3.10

Resources
======================

* Website: `www.open3d.org <http://www.open3d.org>`_
* Code: `github.com/isl-org/Open3D <https://github.com/isl-org/Open3D>`_
* Documentation: `www.open3d.org/docs <http://www.open3d.org/docs>`_
* License: `The MIT license <https://opensource.org/licenses/MIT>`_