🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

open3d-python

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

open3d-python

['Open3D is an open-source library that supports rapid development of software that deals with 3D data.']

0.7.0.0
PyPI
Maintainers
1

.. _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

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

Supported platforms

The package has been tested on:

  • Ubuntu 16.04 with Python 2.7 and 3.5
  • Windows 10 with Python 2.7 and 3.5
  • MacOS High Sierra 10.13.4 with Python 2.7

Resources

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

Keywords

3D reconstruction point cloud mesh RGB-D visualization

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts