This repository consists of various codes wherein OpenCV library has been used to perform certain operations on images and videos. OpenCV is a library which is used to develop real-time Computer Vision aplications.
imageprocessing.py- The code for Task 0 of E-Yantra competition 2019. It performs basic operations such as finding shape of the image, its name etc. and then writing the data to an excel file.
videoprocessing.py- Captures a frame from the image and removes the blue and green component of it.
facedetect.py- creates a rectangle around the detected face in an image.