8000 GitHub - lodeguns/VTK-OBJ: From VTK to OBJ wavefront converter
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lodeguns/VTK-OBJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VTK-OBJ Converter

After careful online research, there seems to be too much confusion about how to transform a 3D Mesh object from VTK format into an OBJ wavefront format using Python. For this reason, in this repository I present a simple solution based on the well-known pyvista package.

In detail, I took the model of a reconstructed liver kindly provided by Suwelack et al. and I converted their VTK files in OBJ wavefront meshes.

Here's what you get:

Liver with an external marker

Basic usage:

 python3 vtk_to_obj_converter.py '/your_dir/toconvert/' -o '/your_dir/converted/'

About

From VTK to OBJ wavefront converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0