We have multiple CT-scans in the format of TIF image stacks. To get the mean curvature we first transform the stack to a triangular mesh (using Marching Cubes). To make the triangles in this mesh more equilateral we apply isotropic explicit remeshing to the mesh. Of this remeshed mesh we get the mean curvature using VTK.

However, the problem is this gives an inaccurate estimation, which can be seen for the sphere in the attachment (mean curvature in a sphere should be 1/radius for all vertices).

Getting the mean curvature from an image stack seems like a very common procedure in image processing, therefore I was wondering if anybody would know how to get an accurate estimation of the (mean) curvature if possible. Thanks in advance

More Steven Raaijmakers's questions See All
Similar questions and discussions