Computer-Vision

Here I am executing the some of projects of Computer Vision using OpenCv and python

1.Color Detection

At first the image is converted to HSV. Then a mask is created to extract the required color and by performing bitwise and with orginal image we can extract required color (orange in this case). alt text alt text

2.Edge Detection

alt text alt text

3.Face and Eyes Detection

alt text

4.PhotoSketching

alt text alt text

5.Facial Landmark Detection

alt text