zrajani / Image_Processing_and_Analysis

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Processing and Analysis

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:

  1. Digital Image Processing with MATLAB, Second Edition by Rafael Gonsalves and Richard Woods
  2. 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:

  1. Gray Scale Image
  2. Binary Image
  3. Indexed Images
  4. RGB Images (Coloured Image Processing)
  5. 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.

About

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.

License:GNU General Public License v3.0


Languages

Language:C++ 34.2%Language:Makefile 25.3%Language:C 22.3%Language:CMake 17.3%Language:MATLAB 0.8%