4. Image Acquisition and Preprocessing
Skin images are acquired using the UV camera in order to
get the deep skin images. The acquired image is in jpeg
format and is read in matlab using the command imread().
The image is now converted to gray image using rgb2gray()
function. The gray image is enhanced using the histogram
equalization algorithm. Following figure show the result of
image preprocessing operations: