This course is a practical explanation on using the Google Colab for executing the Image Processing algorithms using OpenCV module available in Python.
The course starts with explanation about the Google Colab and executing few basic codes in Python and then the basics of Image Processing are explained. Working with gray Images and Colour Images is taken up next and conversion from colour to gray is also explained.
Then the Image Threshold and colour detection is explained by taking random images as inputs. The drawing tools are explained using which the images can be marked, lines, polygons and shapes can be drawn using the functions available in python.