Skip to main content

Posts

Showing posts from July 29, 2018

4) Code your own Face Detection

As shown in the previous post we can code to detect a particular face from a webcam. In this post, I am going to share how to code it for yourself. I'll try to share as many details as needed however, all are welcome to post comments down below. The post will contain multiple videos which are as follows: 1) Imports Needed For FaceDetection: The video will describe the modules we need and why we need them. 2) Commands Needed For FaceDetection: I will go through the code and explain the commands used. Below is the second video where the code is explained. You may download the code from here

3) Introduction of Face Detection

We all know that face recognition is possible and we came across it on daily basis nowadays, for example, your front camera. some phones draw a circle around your face because the code did recognize a human face. But how but it recognize your face in real-time. yes, it is possible many security software use it and I am just going to demonstrate too. In this post, I am going to show you and in the upcoming post, I'll share how can you code it for yourself. trust me it is easy to do. Have fun!