| Adaptive Region-Growing with Maximum Curvature Strategy (ARG_MC) Algorithm: |
|
V = ARG_MC (I, ROI)
|
Input:
I: PET image;
ROI: a rough rectangular region of interest manually drawn to enclose the tumor.
|
Set parameters:
Set the discretization step Δf for the relaxing factor f: Δf = 0.1;
Set the upper bound for the relaxing factor f: B = 20.
|
Iteration: For f = 0: Δf: B Obtain the CCRG-segmented volume at f: V(f) = CCRG(I, f, ROI); End |
Determine ORF:
Fit the f-volume curve using Eq. (2);
Compute the curvature of the fitted, smoothed f-volume curve using Eq. (3);
Identify the two transition points as the local MC points with the two largest curvatures;
Determine ORF as the f at the first of the two transition points.
|
Output: Final segmentation V = CCRG(I, ORF, ROI). |