This repository is for image processing. You will find two scripts. One is color_detect.py. In this script you have to complete the given code template and draw contours around each of the RGB colors. The second script is shape detection. In this you have to complete the given code template to detect the circle and square shape. You have to draw a contour around the shapes. This repository is open to all members of the e-Yantra community. Any member may contribute to this project without being a collaborator. The project is dependant on OpenCV and hence you should have it installed.
Fork this repository and get started. Follow the objective of this project in order to complete it. A basic code template is given to help you get started. You are free to edit the code however you like. You must add comments wherever necessary.