- 'adapthisteq' function to obtain an image with high contrast between ridges and non-ridges than initial image. This is based on histogram equalization technique of image thresholding.
- 'edge' function is used to detect the edges of the ridges from the high contrast image. Here I have used 'Canny' method of edge detection.
- 'strel' and 'imdilate' functions have been used to emphasize the ridges based on a particular size of structuring element and connecting broken ridges.

