A lightweight and powerful python module
for scientific analysis and visualization of 3d objects.
pip install vedo
To install the latest dev version of vedo
:
pip install -U git+https://github.com/marcomusy/vedo.git
To install from the conda-forge channel:
conda install -c conda-forge vedo
The webpage of the library with documentation is available here.
📌 Need help? Have a question, or wish to ask for a missing feature? Do not hesitate to ask any questions on the image.sc forum or by opening a github issue.
The library includes a large set of working examples for a wide range of functionalities
Visualize a polygonal mesh or a volume from a terminal window simply with:
vedo https://vedo.embl.es/examples/data/embryo.tif
Volume 3D slicingvedo --slicer embryo.slc
|
Ray-castingvedo -g
|
2D slicingvedo --slicer2d
|
Colorize voxelsvedo --lego
|
---|---|---|---|
![]() |
![]() |
![]() |
![]() |
Type vedo -h
for the complete list of options.
vedo
currently includes 300+ working examples and notebooks.
Run any of the built-in examples. In a terminal type: vedo -r earthquake_browser
Check out the example galleries organized by subject here:
Any contributions are greatly appreciated! If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Scientific publications leveraging vedo
:
Have you found this software useful for your research? Star ✨ the project and cite it as:
M. Musy et al.,
"vedo
, a python module for scientific analysis and visualization of 3D objects and point clouds",
Zenodo, 2021, doi: 10.5281/zenodo.7019968.