Prerequisites:
- OpenCV : It is a great tool for image processing and performing computer vision tasks.
 - Pillow : It is a Python Imaging Library (PIL), which adds support for opening, manipulating, and saving images.
 - Tkinter : It is the standard GUI library for Python.
 
Working:
step1: Importing an image using opencv
step2: Manipulating image
- Gray Scaling
 - Bluring
 - Finding out edges
 - Calculate the counter in the image
 - printing out result
 

