A python module for scientific analysis of 3D objects and point clouds.
pip install -U vedo
pip install scipyCopy this repo locally with:
git clone https://github.com/marcomusy/vedo-epug-tutorial.git
cd vedo-epug-tutorial
To run the scripts:
cd scripts
python 01-vis_serie.py
Inside jupyter notebooks you may want to declare the preferred backend to use, e.g.:
from vedo import settings
settings.default_backend = "vtk"