Hello Guys ! Today I will be showing the process of drawing Delaunay triangles on face on live Webcam. I will be using OpenCV and Dlib modules of python for this project. So in case you have not installed these libraries I would suggest you to install them. Now before […]
How to Get HSV Values From RGB Colorspace and vice-versa In Python
Published on :Hello Folks ! Today I will be sharing a solution of one of the most common problem that we face while working on image processing i.e. getting values of HSV from RGB colorspace. Usually we encounter this problem when we need to segment out specific part of image using OpenCv’s […]
Smile Detection using OpenCV (I)
Published on :Hello Everyone ! Today I am going to illustrate a program which can read faces and can detect a SMILING face from it. I will also show how to plot the time frequency graph of the Smile.In the current era of increasing AI technologies these kind of programs can prove […]