[vtkusers] How to make this output near to the actual appearence
Ali Habib
ali.mahmoud.habib at gmail.com
Thu Dec 17 23:17:48 EST 2009
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20091218/d7f9f6bc/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Decimate output.jpg
Type: image/jpeg
Size: 75876 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20091218/d7f9f6bc/attachment.jpg>
More information about the vtkusers
mailing list