apply_filter returns empty dict? #44
-
|
Hello, OUTPUT: The meshes are not empty as printing the vertex_matrix indeed shows a numpy array. Am I doing something wrong? I am just wondering why all my filters are returning empty dictionaries.. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
I am having the same issue, I am specifically interested in how to getting out the volume figures after applying filter ms.apply_filter('compute_geometric_measures'). Please help. |
Beta Was this translation helpful? Give feedback.
-
|
I'll try to improve the documentation on this point, but, as said in the MeshSet documentation:
Therefore, filters like Filters that in MeshLab print information in the log window, in PyMeshLab should put the same information in a dictionary that is returned as output, but just a few of them already do that (see #39). We are working on all the filters that should return some values. |
Beta Was this translation helpful? Give feedback.
I'll try to improve the documentation on this point, but, as said in the MeshSet documentation:
Therefore, filters like
convex_hullandnoisy_isosurfacedo not return anything. They create a new mesh inside the MeshSet with their output (s…