Skip to content

This is the ROS package that uses the topic provided by the Kinect, and with it, we take photos to recognize the operator and compare with other people.

Notifications You must be signed in to change notification settings

pinguimbotsathome/theta_face_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Theta_face_recognition

Overview

The theta_face_recognition package uses Freenect_stack and Openni_camera to start the Kinect and be able to use its image topics. We use Dlib to perform face recognition and comparison in the images.

Nodos

  • kinect_image_node: : This node uses the topic provided by the Kinect and converting between ROS images and OpenCV images, thus functioning as a bridge.

  • face_detection_node: : This node uses the topic provided by the kinect_image_node and saves a frame into a .jpg image, being a picture of the Operator.

  • face_recognition_node.: : This node also uses the topic provided by the kinect_image_node and saves a frame into a image, with the photo to be compared as Comparador.png.

  • trainer_node.: : This node compares the image of the Operator with the Comparador and returns whether the Operator was found in the other image.

About

This is the ROS package that uses the topic provided by the Kinect, and with it, we take photos to recognize the operator and compare with other people.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published