A Python project that was developed as a university assignment for the subject of Image Processing. The program takes an input image and a reference dataset of photos. The goal is to colorize the greyscale image using a trained support vector machine. To achieve that, we have implemented a variety of image processing techniques. First, we change color spaces from RGB to LAB. Then, we apply the SLIC algorithm to find the group of superpixels for each image. These segments along with SIFT and GABOR features are given as input for the SVM. Using scikit-learn, we use machine learning techniques to predict the color of a superpixel using the dataset superpixels as reference. The output of the program returns the colorized version of the input image. To run the algorithm user should provide at runtime the absolute path of the folder that contains training images and the path of testing image.
-
Notifications
You must be signed in to change notification settings - Fork 0
klaudiozdrava/Image-Analysis
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A Python project that was developed as a university assignment and the goal is to colorize an grayscale image using machine learning techniques.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
