marcomusy / vedo-epug-tutorial

Tutorial for vedo

Repository from Github https://github.commarcomusy/vedo-epug-tutorialRepository from Github https://github.commarcomusy/vedo-epug-tutorial

vedo tutorial for the EMBL Python User Group

A python module for scientific analysis of 3D objects and point clouds.

Setup and Run

pip install -U vedo
pip install scipy

Copy 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"

Documentation

About

Tutorial for vedo


Languages

Language:Python 97.9%Language:Shell 2.1%