GitXplorerGitXplorer
P

FaceTracker

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
05dc3ec62ed879a694e7c90811c510e235881578

Create README.md

PPradeepKadubandi committed 7 years ago
Unverified
6b5d31c54e870b393a55af8b69fa37f90dc6f1a6

Initial commit

PPradeepKadubandi committed 7 years ago

README

The README file for this repository.

FaceTracker

Aim of the project is to get first hand experience with ROS.

The project uses a web cam sensor and a dynamixel servo connected to the webcam. While webcam acts as a sensor to capture the image, OpenCV's cv_bridge package is used for face detection in the image. Then the hardware servo is actuated so that camera is aligned to keep face in the center of image.

This is taken initially from chapter 2 of ROS Robitics Project book. The goal is to build upon that project to improve it to actually detect a face (that project uses a passport size photo as test image)