Research Article

Segmentation of Melanoma Skin Lesion Using Perceptual Color Difference Saliency with Morphological Analysis

Algorithm 1

Input:    color image.
Output:   grayscale saliency map,   silhouette saliency map.
It is assumed that the standard color difference formula described by equations (10) to (17)
has been implemented to be invoked in the computation of a saliency map in step (12)
of this algorithm.
(1) for all    do
(2)for all    do
(3) transform the Adobe image to CIE image using equations (1) and (2).
(4) transform the CIE image to CIE Lab image using equations (3) and (4).
(5)end for
(6) end for
(7) enhance the luminance channel of CIE Lab image using equations (5) and (6).
(8) compute mean of representative background pixels on an ellipsoidal patch.
(9) compute mean of representative object pixels within a rectangular patch.
(10) for all    do
(11)for all    do
(12) compute grayscale saliency map using equation (7) or equation (9).
(13) compute binary saliency map using equation (8).
(14)end for
(15) end for
(16) filter binary saliency map using morphological analysis or any desirable method.
(17) stop