This repository contains various Image processing concepts related to image filtering, image adjustments, etc. The concepts are illustrated using MATLAB software and OpenCV where ever possible.
Refernces for this repository are:
- Digital Image Processing with MATLAB, Second Edition by Rafael Gonsalves and Richard Woods
- Learning OpenCV3 Computer Vision in C++ with OpenCV Library by Adrian Kaehler & Gary Bradski
Version of Software: MATLAB (2019b) and OpenCV. Both the software running on Ubuntu 18.04 LTS
All the folders shall contain a README file and the output image result of that concept.
In this repository we shall be dealing with following types of Images:
- Gray Scale Image
- Binary Image
- Indexed Images
- RGB Images (Coloured Image Processing)
- Filtering of Images
Note: All the Test Images have been in the file along with the source code incase want to change please do so by giving the path Image or Image name but make sure that code is able to find the images properly.