Published August 29, 2021
| Version v2021.0.5
Software
Open
marcomusy/vedo: 2021.0.5
Authors/Creators
- 1. EMBL
- 2. University of Salzburg
- 3. Freelance - RDBR
- 4. Codacy
- 5. @Kitware
- 6. Apple, Inc.
- 7. ESSS
- 8. OZ Minerals
- 9. Tsinghua University
Description
Main changes
- Added support for
ipyganyin jupyter notebooks. - Command line interface
vedo ...should now work on windows 10 too. - added skybox environment with
show(..., bg="path/to/file.hdr") - added (kind of limited) support to
wxpythonembedding (analogous to Qt, but open-source) - updated pymeshlab examples
base.py
- added
.lighting(metallicity=1, roughness=0.1)to include PBR (physics based rendering). - method
.printInfo()is now simply.print()
addons.py
- added
SplineTool.nodes()to retrieve current node positions.
plotter.py
- removed global functions
closeWindow()ion()ioff() - added
record()andplay()to store and playback camera and all other events - keyword
interactorStylebecomes nowmode
picture.py
- added
flipkeyword to flip xy convention - added
level()andwindow()methods to control brightness and contrast of a Picture. - added
smooth()to make gaussian smoothing of a Picture object. - added
bw()to make a picture black and white - added
channelskeyword to specify rgba channels to use (useful to remove alpha) - added
pad()to create a padding margin to a picture - added
median()a median filter that preserves thin lines and corners - added
frequencyPassFilter()to filter images based on level of detail frequencies - added
rotateAntiClockWise()to rotate an image (landscape to portrait and viceversa) - added
tonumpy()andmodified()methods. - added
tiling()to generate tilings from a single picture extract()renamed toselect()
pyplot.py
- added
plot(mode="bar")
pointcloud.py
- added
hausdorffDistance()to compute the Hausdorff distance of two point sets or meshes
volume.py
- added
vminandvmaxkeywords to share the same mapping across different volumes - renamed
getDataArraytotonumpy.
cli.py
- removed
bin/vedoand created entry point fromvedo/cli.py(command line interface). This works better on windows systems. vedo -rnow colorizes the code dump.
vedo -r plot_barsvedo -r alien_lifevedo -r pendulum_odevedo -r earth_modelvedo -r qt_window2vedo -r spline_toolvedo -r wx_window1vedo -r picture2meshvedo -r record_playvedo -r pymeshlab1vedo -r pymeshlab2vedo -r volume_sharemapvedo -r multiwindows1
Files
marcomusy/vedo-v2021.0.5.zip
Files
(11.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:eb555590ce6ce75b830ef1e8c88705e4
|
11.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/marcomusy/vedo/tree/v2021.0.5 (URL)