[vtkusers] vtkImageSobel3D

Suresh G N suresh.gn1 at gmail.com
Tue Jan 17 00:46:43 EST 2006


Hi All,

I am new to VTK. I am trying to apply the Sobel3D filter to binary images
obtained using threshold filter. but the sobel filter is crashing while
updating the filter. Is it not possible to apply the sobel filter to binary
images?

this is how the code looks:

vtkImageSobel3D *sobel = vtkImageSobel3D::New();
sobel->SetInput( erode->GetOutput() );
sobel->ReleaseDataFlagOn();
sobel->Update();

thanks and regards
Suresh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060117/38f037a2/attachment.htm>


More information about the vtkusers mailing list