This document summarizes a 3-step method for segmenting skin lesions in images:
1. Preprocess by converting the color image to an intensity image, enhancing boundaries while suppressing internal details.
2. Segment the image by thresholding intensities, finding approximate lesion boundaries.
3. Refine the boundaries using edge information, initializing a curve at the boundary and fitting it to nearby edges.