[vtkusers] Remeshing/triangle regularization
Henrik Westerberg
henrik.westerberg at crg.es
Wed Dec 5 10:29:10 EST 2007
Hello B.M.
I ran into this same problem myself. I found it easier to look for something
outside of VTK. I wanted to go an open-source route and found netgen to be
suitable for my needs:
http://www.hpfem.jku.at/netgen/
It can take an stl surface from vtk and calculate a new surface and
a volume (tet) mesh as well.
There are quite a few websites online giving links to software I can
only find one link right now in my bookmarks:
http://www.andrew.cmu.edu/user/sowen/software/tetrahedra.html
Without any more information about your requirements I can't really help.
There are plenty of pay-for software as well.
regards,
Henrik
-----Original Message-----
From: vtkusers-bounces+henrik.westerberg=crg.es at vtk.org on behalf of Dominik Szczerba
Sent: Wed 12/5/2007 12:14 PM
To: vtkusers at vtk.org
Subject: Re: [vtkusers] Remeshing/triangle regularization
Not directly. You can build a filter yourself though. I do it combining
smoothing and employ distance function to project the nodes back to the
original mesh (using vtkWarpFilter if I am not mistaken).
-- Dominik
On Wednesday 05 December 2007 11.56:17 BlueMoon wrote:
> Hi All,
>
> When creating trianglated surfaces using MarchingCubes followed by
> Decimation, I usually get a surface made up by many irregular triangles.
> This is terrible for visualization and sub-optimal for further
> applications. Is there any methods in VTK that can remesh the surface so
> the triangles can be regularized? Such as what's done in the following
> image.
>
> http://i15.tinypic.com/86hs67o.jpg
>
> Many thanks in advance.
>
> Best,
> B.M.
> _________________________________________________________________
> ????Windows Live ???????????!
> http://get.live.cn
--
Dominik Szczerba, Ph.D.
Computer Vision Lab CH-8092 Zurich
http://www.vision.ee.ethz.ch/~domi
_______________________________________________
This is the private VTK discussion list.
Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtkusers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20071205/3d8f5f0a/attachment.htm>
More information about the vtkusers
mailing list