|
Algorithm 1 Hierarchical Sparse Label Propagation
|
Input: M pelvic-bone-aligned training images and their segmentation groundtruths {(Ii, Si), i = 1,…, M}, and the new treatment image Inew to be segmented. |
Output: The final prostate probability map Sfinal of Inew. |
1. Perform sparse label fusion based on Equations 4 and 6 to calculate SM A from registered training images, and initialize . |
2. Initialize and . |
3. Initialize ψ1 = ∅. |
4. FOR voxels
|
5. IF or
|
6. . |
7. END IF |
8. END FOR |
9. FOR k = 2 to K
|
10. FOR voxels
|
11. Calculate by Equation 9. |
12. Update by Equation 8. |
13. END FOR |
14. Set ψk = ∅. |
15. Update and by Equation 7. |
16. FOR voxels
|
17. IF or
|
18. . |
19. END IF |
20. END FOR |
21. END FOR |
22. Set . |
23. Return Sfinal. |
|