[vtkusers] vtkFillHolesFilter does not close holes

Dženan Zukić dzenanz at gmail.com
Wed Jun 13 06:25:32 EDT 2012


I have the following code:

    vtkOBJReader *objr=vtkOBJReader::New();
    objr->SetFileName("T9.obj");
    objr->Update();

    vtkFillHolesFilter *fh=vtkFillHolesFilter::New();
    fh->SetInput(objr->GetOutput());
    fh->SetHoleSize(100000);
    fh->Update();

However this does not fill the big holes, and not even all the small ones
completely. What is the problem?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20120613/84def8df/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: T9.7z
Type: application/octet-stream
Size: 75782 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20120613/84def8df/attachment.obj>


More information about the vtkusers mailing list