Hi,<br>you can use <a class="el" href="http://www.vtk.org/doc/release/5.4/html/a00771.html" title="Computes magnitude of the gradient.">vtkImageGradientMagnitude</a> too<br><br>regards.<br><br>Sergio<br><br><div class="gmail_quote">
On Tue, Feb 9, 2010 at 4:02 PM, Jérôme <span dir="ltr">&lt;<a href="mailto:jerome.velut@gmail.com">jerome.velut@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>Sobel filter has several components in its output because it computes a gradient<br>separately for x and y. You can use vtkImageMagnitude after your sobel to get <br>only one component. This way, you can re-compute the sobel.<br>

<br>HTH<br>Jerome<br><br><div class="gmail_quote">2010/2/9 circass <span dir="ltr">&lt;<a href="mailto:circass@gmail.com" target="_blank">circass@gmail.com</a>&gt;</span><div><div></div><div class="h5"><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
Hi David, thanx for your answer,<br>
<br>
Actually i m trying to make an edge detection operation and i want to make<br>
it repeatetly.<br>
<br>
I searched for it and find sobel Filter. is there any other filter you can<br>
advice me ?<br>
<br>
Thanx,<br>
Circass<br>
<div><br>
<br>
David Doria-2 wrote:<br>
&gt;<br>
&gt; On Tue, Feb 9, 2010 at 8:53 AM, circass &lt;<a href="mailto:circass@gmail.com" target="_blank">circass@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; Hi my friends,<br>
&gt;&gt; i m trying to use sobel filter, it works at the first time but when i try<br>
&gt;&gt; to<br>
&gt;&gt; make a second filtering on filtered image it gives me an error about<br>
&gt;&gt; scalar<br>
&gt;&gt; component number. it says it can work with only one scalar component.<br>
&gt;&gt;<br>
&gt;&gt; Thanx, Circass.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; The problem is that vtkImageSobel2D produces a vector image:<br>
&gt;<br>
</div>&gt; vtkImageSobel2D &lt;classvtkImageSobel2D.html&gt; computes a vector field from a<br>
<div>&gt; scalar field by using Sobel functions. The number of vector components is<br>
&gt; 2<br>
&gt; because the input is an image. Output is always doubles.<br>
&gt;<br>
&gt; This &quot;image&quot; has a vector (more than one component) at each &quot;pixel&quot;. This<br>
&gt; is<br>
&gt; why you can&#39;t filter it again. I actually don&#39;t understand though, I<br>
&gt; thought<br>
&gt; the Sobel filter just multiplied a mask such as<br>
&gt;<br>
&gt; 1 0 1<br>
&gt; 2 0 2<br>
&gt; 1 0 1<br>
&gt;<br>
&gt; at each pixel to come up with a scalar at each pixel?<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; David<br>
&gt;<br>
</div><div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
&gt;<br>
<br>
</div><font color="#888888">--<br>
View this message in context: <a href="http://old.nabble.com/Sobel-Filter-tp27515510p27515819.html" target="_blank">http://old.nabble.com/Sobel-Filter-tp27515510p27515819.html</a><br>
</font><div><div></div><div>Sent from the VTK - Users mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div></div></div><br>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br>