nishnik / image_processing_tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2015 Winters

This is for the people just putting their baby steps in the field of image processing.

How to Compile:

bash compile.sh

Visual Studio people do write #include "stdafx.h" and run accordingly

Information

Posts are:

  • First Loading an image
  • Second Iterating over grayscale image
  • Third Iterating over color image
  • Fourth Conversion of color to grayscale image
  • Fifth Conversion of grayscale to binary image
  • Sixth Edge Detection - i
  • Seventh Edge Detection - ii
  • Eigth Erosion and Dilation

What now?

You can follow OpenCV Tutorial C++

About this

I did this in winters 2015 as a part of mentoring the image processing winter workshop organized by Robotix society. Before this I had attended the 2014 edition of workshop as a mentee and then was the winner of the national level image processing competition organized in Kshitij during January, 2016. Back then the competition was about making an autonomous bot which can play the break out game. I was a freshman back then ;)

About


Languages

Language:C++ 92.6%Language:CMake 6.6%Language:Shell 0.8%