Create Delaunay Triangulation Face On Live Webcam OpenCV Python

Published on :

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 […]

Plotting Financial graph with Bokeh and Pandas Data Reader

Published on :

Hello Everyone ! In this tutorial I will be showing you, how to plot Financial stock market data using Bokeh library and Pandas Data reader  in python.The modules that we are going to use for this tutorial are pandas,pandas data reader and bokeh. So in case you have not installed […]

Smile Detection using OpenCV (II)

Published on :

Hello guys ! This tutorial is in continuation to the Smile Detection using OpenCV(I) tutorial.If you have not went through the previous tutorial,I highly recommend you to go through it before proceeding with this one. Assuming that you have gone through the last part, we start right from where we left. […]