This file is created so that a user can take a picture, save the picture and also can view it. This program is similar to Cheese command in Linux.
This file is created so that a user can live stream himself by this program and end the live streaming or the program by pressing esc button.
This file is created to crop the image for a specified frame in the program.
This file is created to crop the livestream for a specified frame in the program.
This file is created to click the image through python code by accessing the phone camera which is connected through a URL.
This file is created to livestream through python code by accessing the phone camera which is connected through a URL.
This file is created to crop the livestream to a specified frame through python code by accessing the phone camera which is connected through a URL.
This file is created to convert the original image to grayscale image.
This file is created so that all the red color present in the image can be removed i.e intensity of Red will be zero.
This file is created to capture an image, crop the face, resize it as you want to place in the position and place in the position.
This file is created to take two images and select the area to crop and then resize it and then swap the faces of both the images.
This file is created to crop an image, resize it, place at some specified frame and converting into Grayscale.
This file is created to place the rectangle at a specified frame in the livestream in green color.
This file is created to detect the faces using haarcascade model and place the rectangle where the face goes.
haarcascade_frontalface_default.xml is the model used in the program to detect face.
This file is created to detect eyes of the human face by using haarcascade model and place the rectangle where the eyes goes.
haarcascade_frontalface_default.xml is the model used in the program to detect face.
haarcascade_eye.xml is the model used in the program to detect face.
This file is created to detect the faces and count the faces in the livestream and if there is one or more faces than it will send the mail to the Receiver mentioning Number of faces detected else print the message No face detected.
haarcascade_frontalface_default.xml is the model used in the program to detect face.
haarcascade_eye.xml is the model used in the program to detect face.