Popis: |
This thesis attempts to create an application to determine head rotation angle in video recorded from a security camera. The application consists of three parts: face detection, facial landmarks detection and determination of person's head rotation. The face detection has been implemented using Viola-Jones and HOG algorithms. Facial landmarks detection has been done using algorithm based on active shape model. Two methods to calculate the head rotation angles have been used: the first method works with anthropometric head features. The second method uses Perspective-n-Point algorithm to find the right rotation angles. Finally, all algorithms implemented have been tested and the proper parameters have been determined. |