Facial Detection using Haar Cascade Create 2 ROS nodes, the first one should extract the webcam feed by creating an Image Subscriber. Use facial detection on the subscribed feed by implementing Haar Cascades using OpenCV. The frames with detected faces should be published to the second ROS node, which crops the bounding box (detected face) from …
-
Updated
Apr 11, 2020 - CMake