Download presentation
Presentation is loading. Please wait.
Published byHelena Hubbard Modified over 9 years ago
1
IBM - CVUT Student Research Projects IBM Presence detection Milan Stezka (stezkmil@fel.cvut.cz)
2
IBM - CVUT Student Research Projects 2 Introduction Task: –Design and realize an extension to the Smart Kiosk project which will detect presence of a person. –Utilize the OPENCV library and a camera. –Part of the design will be a scenario taking advantage of this information.
3
IBM - CVUT Student Research Projects 3 Implementation Used technologies: –C++ (no virtual machine code bloat and required by OpenCV anyways...) –OpenCV (face detection, recognition and other image processing) –Nokia Qt (GUI) –Windows Sockets (client/server communication) –DirectShow (video overlay drawing)
4
IBM - CVUT Student Research Projects 4 Task distribution Server: –Receives image data from clients –Performs face detection and recognition –Holds user registration data –Sends recognition results to clients Client: –Displays the results –Shows forms for login, registration, etc.
5
IBM - CVUT Student Research Projects 5 Used face recognition in detail Face detection: Viola and Jones (based on Haar wavelets) Face recognition: –Eigenfaces –Principal Component Analysis (PCA)
6
IBM - CVUT Student Research Projects 6 Does it work? It works quite well :) (for a one semester long assignment, that is) –Reasonably stable lighting conditions are required –At least two people (I mean their face images) are required to create working face recognition data
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.