Fulin

Results 8 comments of Fulin

Hi, I just ran ` from vtkdicom.vtkDICOM import vtkDICOMReader ` but got "Process finished with exit code 5 Empty suite". Might be a empty python wrapping?

Hello, I'm using Windows 10, VS2019, VTK 9.1, Pycharm python interpreter is the same as build VTK python wrapper and vtk-dicom wrapper that is Python 3.9 in conda base. Pycharm...

It can be very helpful to have a demo for cpp. Thank you!

I tried to avoid building zlib by enable USE_SYSTEM_PNG, because building zlib brings multiple defined symbol error. Without building zlib, then has this cannot find "unzip.h" error.

Yes. It is very good to provide some documentation and tutorial for both rendering and gui. For me, I'm especially looking forward to the tutorials for rendering and gui in...

I tried to convert open3d mesh to madcad mesh without success. ` import madcad as mc import open3d as o3d import numpy as np vertices = np.asarray( o3d_mesh.vertices,dtype=np.float32) faces =...

Hello, It is now possible to use PONCA for point set smoothing? How? Thanks!