This document summarizes work on implementing and accelerating a 3D front propagation segmentation algorithm to measure tumor volumes from medical images. Key points:
- The algorithm uses async/finish in Habanero C to spawn parallel tasks that trace contours on individual 2D slices for 3D image segmentation.
- Initial results show speedups of 1.38x on a dual core for a 128x128x11 image and 1.26x for a 512x512x29 image.
- Future work includes rewriting sequential distance calculation and contour tracing for more speedup, improving seed point detection, and excluding non-nodule regions from segmentation.