Hi All,<br><br>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? 
<br><br>this is how the code looks:<br><br>vtkImageSobel3D *sobel = vtkImageSobel3D::New();<br>sobel-&gt;SetInput( erode-&gt;GetOutput() );<br>sobel-&gt;ReleaseDataFlagOn();<br>sobel-&gt;Update();<br><br>thanks and regards
<br>Suresh<br>