<br><br><div class="gmail_quote">Hi all,<br><br>I&#39;m currently developing my own level-set image filter, and since I&#39;m a novice to developing filters in ITK I thought of writing for help.<br><br> My filter is quite similar to the GeodesicActiveContourImageFilter, except that the propagation term needs to modified. i.e., all three terms P(x), Z(x) and A(x), will be different and need to be calculated from a feature image.<br>

 I believe in GeodesicActiveContourFilter the P(x)==Z(X) ?<br><br>My thought is that the Class &quot;SegmentationLevelSetFunction&quot; would not allow me do so ? as it only provides functions for calculating a speed image (CalcualteSpeedImage, which I believe is the P(x) ) and an advection image (CalculateAdvectionImage, this is the A(x) ).<br>

<br>If, I&#39;m correct ? does that mean I would have to write another class similar to &quot;SegmentationLevelSetFunction&quot; with added member functions ?<br><br>or is there is any other escape from this implementation, that I&#39;m unware off?<br>

<br>apologies, if this is the wrong place for this kinda Question.<br><br>thanks<br><font color="#888888">-- Vimal<br><br><br><br><br><br>
</font></div><br>