Skip to content

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 …

Notifications You must be signed in to change notification settings

Srijan2001/Facial-Detection

Repository files navigation

FMD-Task-3

Facial Detection using Haar Cascade

In this project I have created 2 ROS nodes. The first one extracts the feed from a sample video file by an Image Subscriber. Facial detection is then implemented on the subscribed feed using Haar Cascade and OpenCV. The frames with detected faces are then published to the second ROS node, which crops the bounding box (detected face) from the Image subscribed.

About

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 …

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published