Curvature Tensor Estimation

Started by
1 comment, last by Dave Eberly 15 years, 4 months ago
Hello all, Does anyone know where I might be able to find a (free) library that can estimate the curvature tensor on the vertices of a triangular mesh. I'd like to avoid something as complicated as CGAL if at all possible. I can find a ton of literature describing different method... but as is too often the case in graphics... no code. Any help would be greatly appreciated. Cheers, Rob
Advertisement
Check out trimesh2. It's GPL, and does a bunch of useful mesh operations including curvature estimation.

edit: Shout out to fellow UMD grad student :)
"Math is hard" -Barbie
Look at the source files Wm4MeshCurvature.{h,cpp} and PDF ("Mesh Differential Geometry") at my Meshes page. This gives you estimates of principal curvatures and principal directions from which you generate the curvature tensor.

This topic is closed to new replies.

Advertisement