<html><div style='background-color:'><DIV class=RTE>Hi, I'm using Sobel2D from java but I receive the following error:<BR><BR>&nbsp;&nbsp; &nbsp; vtkImageSobel2D (0x02cf1d20): Expecting input with only one compenent.<BR><BR><BR>The code is as follows:<BR><BR>&nbsp;&nbsp; &nbsp;vtkImageSobel2D myFilter = new vtkImageSobel2D();<BR><BR>&nbsp;&nbsp; &nbsp;vtkJPEGReader myReader = new vtkJPEGReader();<BR>&nbsp;&nbsp; &nbsp;myReader.SetFileName(".\\david.jpg");<BR>&nbsp;&nbsp; &nbsp;myReader.Update();<BR><BR>&nbsp;&nbsp; &nbsp;vtkImageActor myActor = new vtkImageActor();<BR><BR>&nbsp;&nbsp; &nbsp;vtkImageShiftScale myShift = new vtkImageShiftScale();<BR><BR>&nbsp;&nbsp; &nbsp;myFilter.SetInput(myReader.GetOutput());<BR><BR>&nbsp;&nbsp; &nbsp;vtkImageData img = new vtkImageData();<BR>&nbsp;&nbsp; &nbsp;<BR>&nbsp;&nbsp; &nbsp;myShift.SetInput(myFilter.GetOutput());<BR><BR>&nbsp;&nbsp; &nbsp;myShift.SetOutputScalarTypeToUnsignedChar();<BR><BR>&nbsp;&nbsp; &nbsp;myActor.SetInput(myShift.GetOutput() &nbsp;);<BR>&nbsp;&nbsp; &nbsp;myPanel.GetRenderer().AddActor(myActor);<BR><BR>If anyone has tried it and has any clue, please let me know, I'm really lost<BR>here. Thanks a lot!<BR><BR>Cordialmente,<BR><BR>Georgean Britton<BR><BR>"Estar quebrado es temporal, ser pobre es para toda la vida"<BR>Padre Rico.</DIV></div><br clear=all><hr>MSN Amor <a href="http://g.msn.com/8HMAES/2740??PS=47575">Busca tu ½ naranja</a> </html>