Input: ALBPCSF image, RGB image, DCT image, Gabor image

Output: Image dictionaries

Start

1. Apply the DCT_Gabor_ALBPCSF to ALBPCSF and RGB images.

2. Create the image database from DCT, Gabor and 1.

3. for each image in the image database.

4. Apply K-SVD to obtain the dictionary and reconstruction error

5. Save the reconstruction error in the Er vector

6. End For

End.