This project contains the source code of five different assignments done for a computer vision course:
- Merge and alignment of three different images, each corresponding to a different color chanel (R, G, B).
- K-means clustering applied to images.
- Implementation of a scale-invariant blob detector, based on the Laplacian blob detector.
- Image stitching using SIFT features.
- Scene recognition using a bag of visual words and SIFT features.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- MATLAB along with the Image Processing Toolbox and the Statistics and Machine Learning Toolbox
- Get a copy of the source code of this repository by cloning it using Git or simply by downloading it.
- To test an assignment, run the code of the file that starts with test located at the corresponding Source folder.
- The tests take as input the images located at the Resources folder. Check the results, by looking into the Output folder. Note that in some cases, the results may differ between runs (e.g. K-means clustering results).
Example input (three misaligned images representing the red, green and blue channels):
Example output (allignment and merge of the three channels):
Example input:
Example output (k=3, 5 dimensions (r, g, b + x, y):
Example input:
Example output:
Example input:
Example output:
Training set: All images contained on the Resources/train folder.
Test set: All images contained on the Resources/test folder.
Results: The system was able to classify 60% of the test images correctly.
- Dagcan Mermi - siobnt
- João Maia - JPMMaia
- João Neto - JoaoFranciscoNeto