[vtkusers] how to 3D surface stitching?

Bill Lorensen bill.lorensen at gmail.com
Fri Oct 2 13:17:09 EDT 2009


You can append the two meshes with vtkAppendPolyData followed by a
vtkCleanPolyData to remove duplicate points.

On Fri, Oct 2, 2009 at 3:39 PM, Dongqing Chen
<dqchen at cvip.louisville.edu> wrote:
> Dear All:
>
>    I have two 3D triangle mesh surfaces (share some common landmarks or have
> some same vertices along two edges). Is there any way using vtk to do 3D
> surface stitching (I am not sure if stitching is a proper word to describe
> what I want to do, like image fusion in 2D case).
>
>   Thank you.
>
> Best Wishes,
> -----------------------------------------------------------------------------
> Dongqing Chen, Ph.D.
> Computer Vision & Image Processing (CVIP) Lab
> Department of Electrical & Computer Engineering
> Speed School of Engineering
> University of Louisville
> Louisville, KY, 40292
> U.S.A
> email: dqchen at cvip.louisville.edu
> phone: 1-502-852-2789 (Lab)
>              1-502-852-6130 (Office)
> ----------------------------------------------------------------------------
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>



More information about the vtkusers mailing list