[Insight-users] Initial levelset for levelset segmentation

rahul kumar vv_rahul97 at yahoo.com
Wed Oct 4 14:58:49 EDT 2006


Hi,
i am trying to use levelset for medical data
segmentation. I tried first
thresholdSegmentationlevelset but got one doubt.
For initial level set i ran FastmarchingLevelset which
will result sth like this.

3  2  2  2  2  2  3  3  4  5
2  1  1  1  1  1  2  3  3  4
1  1  0  0  0  1  1  2  3  4
1  0 -1 -1 -1  0  1  1  2  3
0 -1 -2 -2 -2 -1  0  1  2  3
0 -1 -2 -3 -2 -1  0  1  2  3
0 -1 -2 -2 -2 -1  0  1  2  3
1  0 -1 -1 -1  0  1  1  2  3
1  1  0  0  0  1  1  2  3  4
2  1  1  1  1  1  2  3  3  4

but FastMarchingLevelset was taking lots of time so i
created some initiallevelset using sphere
discretization as follows.

4  4  4  4  4  4  4  4  4  4
4  4  4  4  4  4  4  4  4  4
4  4  0  0  0  4  4  4  4  4
4  0 -4 -4 -4  0  4  4  4  4
0 -4 -4 -4 -4 -4  0  4  4  4
0 -1 -4 -4 -4 -4  0  4  4  4
0 -1 -4 -2 -4 -4  0  4  4  4
4  0 -4 -4 -4  0  4  4  4  4
4  4  0  0  0  4  4  4  4  4
4  4  4  4  4  4  4  4  4  4

But the output of Thresholdlevelset is different.  For
later case front is not moving correctly. 
Why it is not working for later case? Afterall front
moves in normal direction  of initial levelset which
is same for both case.

plz enlighten me on this problem.

thnaks a lot.
rahul kumar

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the Insight-users mailing list