December 2019
Intermediate to advanced
456 pages
11h 33m
English
We have already created or copied the face_tracker_pkg package to the workspace and have discussed some of its important dependencies. Now, we are going to discuss what this package does exactly!
This package consists of an ROS node called face_tracker_node, which can track faces using OpenCV APIs and publish the centroid of the face to a topic. Here is a block diagram of the workings of face_tracker_node:

Let's discuss the things connected to face_tracker_node. One of the sections that may be unfamiliar to you is the face Haar classifier:
Read now
Unlock full access