[vtkusers] How to make this output near to the actual appearence

David Doria daviddoria+vtk at gmail.com
Fri Dec 18 07:47:14 EST 2009


On Thu, Dec 17, 2009 at 11:17 PM, Ali Habib <ali.mahmoud.habib at gmail.com>wrote:

>
> Dear All,
>
> I successfuly start building a mesh , what shall I do to make the
> output(attached) near to the image at this link
> http://www.iue.tuwien.ac.at/phd/fleischmann/img346.gif
>
> I used after VtkMarchingCube
>
>             vtkTriangleFilter *VTF =  vtkTriangleFilter::New();
>             VTF->SetInput(skinExtractor->GetOutput());
>             vtkQuadricClustering *VQDC =  vtkQuadricClustering::New();
>             VQDC->SetNumberOfXDivisions(32);
>             VQDC->SetNumberOfYDivisions(32);
>             VQDC->SetNumberOfZDivisions(32);
>             VQDC->SetInput(VTF->GetOutput());
> Any advice please
>

These messages are getting quite annoying. However, you have hit on a topic
of particular interest of mine. Please send your input data as well as your
complete code and I'll take a look.

Thanks,

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20091218/519cac45/attachment.htm>


More information about the vtkusers mailing list