open3dEasy Playground

3D data processing: point clouds, meshes, RGBD images, visualization

Getting started with open3dRun locally
Install
pip install open3d
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: open3d)

open3d is a third-party package. 3D data processing: point clouds, meshes, RGBD images, visualization. Install with: pip install open3d

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?