Integrating Tracking and Recognition
Show older comments
Hi all,
I'm planning to integrate a face tracking algorithm with face recognition algorithm for improving the accuracy of the overall system. Right now I'm confused about the integration part. Any help with this will be greatly appreciated.
Thanks, Saketh
Accepted Answer
More Answers (1)
Image Analyst
on 29 Mar 2015
0 votes
I don't see how they're related. How could a perfect recognition algorithm (if you had it) improve the detection and tracking of a face? First you have to detect a face. Then you recognize it as a specific person in your database or as an unknown person. Then you can track it if the face occurred in prior frames. You don't even need to recognize the person to track the person's face - you can track an unknown person without even using recognition at all.
2 Comments
sai saketh nandagiri
on 5 Apr 2015
Image Analyst
on 5 Apr 2015
Doesn't make sense to me, but whatever.... Let's say you have a face recognition system that both detects faces in a frame AND recognizes it as a face it has seen before. And let's say you have a tracking algorithm that tracks objects, regardless of what they are. If the tracking algorithm that does no face analysis at all finds and tracks an object, then that should not help. Maybe it tracked something other than a face. Or maybe it tracked a face for 15 frames and some other object for 3 frames. I just don't see how that makes the face detection and recognition system better. I guess you could ignore or override the face recognition algorithm's decision and just go with the tracking system's decision if they both match up for the first 15 frames.
Categories
Find more on Semantic Segmentation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!