This is a Matlab project from my early days as a Computer Science student
This scripts was created for the seventh semester class Image Analysis and it is the final project necessary to pass the class
Matlab scripts that implement necessary algorithmic procedures to automatically color a black and white image. In particular, you need to develop code to perform some computing activities:
- Image Representation in Color Lab Space
- Dissect the Color Lab on the basis of a set of related training images.
- Image segmentation in Superpixels according to the SLIC algorithm.
- Export SURF Features & Gabor Features per Super Pixel.
- Learning Local Color Forecast Models Using SVM Classifiers
- Estimation of Color Content in Black and White Using Graphics Cutting Algorithms.
- Steps 5 & 6 are partly implemented
- This program was written in Matlab IDE
- This repository was created to show the variety of the work I did and experience I gained as a student