Hi Wenmin,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
The curve you evolve using level set method
can have several components. Then the signed distance function takes
the distance to the closest component of the curve. This is a function
that is well defined everywhere on the domain and which splits the
plane into 2 parts: the inside (SD &lt; 0) of the curve (which won't be
connected)
and the outside (SD &gt; 0). In the level set method, you evolve the
function, not
the curve, so the algorithms involved don't really care about how many
components there is.<br>
<br>
Regards,<br>
Olivier<br><br><div><span class="gmail_quote">On 6/21/05, <b class="gmail_sendername">ÅíÎÄÃô</b> &lt;<a href="mailto:pwm@dsp.whu.edu.cn">pwm@dsp.whu.edu.cn</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello all£¡<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I
am confused when there are multi-initial contours in the levelset
<a href="http://implementation.As">implementation.As</a> we know,we get the&nbsp;&nbsp;signed
distance&nbsp;&nbsp;as the initial levelset function,which is computed
according to the one curve.If you set multi curves in the image,then
,then how to get the levelset function-which curve do we compute the SD
according to, and how to evolve the front of the curve?<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
I propose the problem because it is said to have more efficiency if the
multi-initial seeds are set.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Thanks!<br><br><br><br>Yours sincerely<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wenmin
Peng<br><a href="mailto:pwm@dsp.whu.edu.cn">pwm@dsp.whu.edu.cn</a><br>2005-06-21<br><br>_______________________________________________<br>Insight-users mailing list<br><a href="mailto:Insight-users@itk.org">Insight-users@itk.org
</a><br><a href="http://www.itk.org/mailman/listinfo/insight-users">http://www.itk.org/mailman/listinfo/insight-users</a><br><br><br><br></blockquote></div><br>