video()

The function is used to control the state of the camera.

getclassname()

This function is used to get the class of the input face detected from the analysis. The identifying number of the face being analyzed can be set usin…

isclassdetected()

This function is used to check if the input image belongs to one of the classes previously defined. The class to be checked with can be set using the …

recognisefromstage()

This function is used to match the input image from the stage with the stored classes previously stored in the database. 

recognisefromcamera()

This function is used to match the input image from the camera with the stored classes previously stored in the database. 

deleteallclass()

The function deletes all the stored databases of the images for face recognition. 

addclassfromstage()

The function allows the user to add a particular face to the database from the stage. The user can specify the name of the face with the argument as w…

addclassfromcamera()

The function allows the user to add a particular face into the database from the camera feed. The user can specify the name of the face with the argum…

landmarksy()

The function returns the y position of the specified landmark point of the specified face with respect to the stage.

landmarksx()

The function returns the x position of the specified landmark point of the specified face with respect to the stage.

Get in Touch!