https://github.com/raffadndm/computer-vision
Computer Vision algorithms, implemented in C++, using OpenCV library.
https://github.com/raffadndm/computer-vision
cpp
Last synced: 18 days ago
JSON representation
Computer Vision algorithms, implemented in C++, using OpenCV library.
- Host: GitHub
- URL: https://github.com/raffadndm/computer-vision
- Owner: RaffaDNDM
- Created: 2020-03-17T21:40:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T09:32:06.000Z (over 5 years ago)
- Last Synced: 2025-09-01T03:50:19.303Z (10 months ago)
- Topics: cpp
- Language: Jupyter Notebook
- Homepage:
- Size: 1.08 GB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer Vision Labs
The datasets of images used in these lab can be downloaded on [Google Drive](https://drive.google.com/file/d/1YdR-IVwoLjmPVVhKQnajP2ShdHFd8ypb/view?usp=sharing)
### Code
HelloWorld
Load an image and analyse its channels.
Lab1
Change color to specific parts of an image.
Lab2
Calibration of camera and rectification of an image.
Lab3
Equalization of histograms and application of convolutional filters on an image.
Lab4
Detection of street lane and street sign in an image using Canny and Hough transform.
Lab5
Generation of the panoramic view from a set of images.
Lab6
Object recognition and Lucas-Kanade method for optical flow estimation.
Lab7
Training of a Convolutional Neural Network (CNN) to classify images of handwritten characters.
Project
Template Matching of some object, from its view and its mask, on some test images.
SpatialOperations
Application of some spatial operations on an image.
### Documentation
You can compile all the documentation by using doxygen in this folder:
```
doxygen Doxyfile
```
or you can use the same command in each folder, to compile only that doc. In every case, a new folder "doc" will be created in the folder in which you are typing the command.