jp6/cu128/: open3d-0.19.0 metadata and description

Homepage Simple index

Open3D: A Modern Library for 3D Data Processing.

author Open3D Team
author_email open3d@intel.com
classifiers
  • Development Status :: 3 - Alpha
  • Environment :: MacOS X
  • Environment :: Win32 (MS Windows)
  • Environment :: X11 Applications
  • Intended Audience :: Developers
  • Intended Audience :: Education
  • Intended Audience :: Other Audience
  • Intended Audience :: Science/Research
  • License :: OSI Approved :: MIT License
  • Natural Language :: English
  • Operating System :: POSIX :: Linux
  • Operating System :: MacOS :: MacOS X
  • Operating System :: Microsoft :: Windows
  • Programming Language :: C
  • Programming Language :: C++
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Topic :: Education
  • Topic :: Multimedia :: Graphics :: 3D Modeling
  • Topic :: Multimedia :: Graphics :: 3D Rendering
  • Topic :: Multimedia :: Graphics :: Capture
  • Topic :: Multimedia :: Graphics :: Graphics Conversion
  • Topic :: Multimedia :: Graphics :: Viewers
  • Topic :: Scientific/Engineering
  • Topic :: Scientific/Engineering :: Mathematics
  • Topic :: Scientific/Engineering :: Visualization
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: Utilities
description_content_type text/x-rst
keywords 3D reconstruction point cloud mesh RGB-D visualization
license MIT
obsoletes
  • open3d_python
project_urls
  • Documentation, https://www.open3d.org/docs
  • Source code, https://github.com/isl-org/Open3D
  • Issues, https://github.com/isl-org/Open3D/issues
provides
  • open3d
  • open3d_cpu
  • open3d_xpu
requires_dist
  • numpy (>=1.18.0)
  • dash (>=2.6.0)
  • werkzeug (>=3.0.0)
  • flask (>=3.0.0)
  • nbformat (>=5.7.0)
  • configargparse
requires_python >=3.8

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
open3d-0.19.0-cp312-cp312-manylinux_2_31_aarch64.whl
Size
41 MB
Type
Python Wheel
Python
3.12
  • Replaced 5 time(s)
  • Uploaded to jp6/cu128 by jp6 2025-03-08 15:52:23

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 20.04 and 22.04

  • Windows 10 64-bit

  • macOS High Sierra and above

With Python versions:

  • 3.8

  • 3.9

  • 3.10

  • 3.11

  • 3.12

Resources