Changes between Version 10 and Version 11 of Project


Ignore:
Timestamp:
Jan 14, 2010, 3:47:49 AM (14 years ago)
Author:
draghici.adriana
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Project

    v10 v11  
    1 
    21=== Programming languages, Frameworks: ===
    32 * GNU C
    43 * OpenCV
    54 * OpenMP
     5 * Matlab
     6
     7=== Platform ===
     8 * Linux
    69
    710=== Work breakdown ===
     
    1114=== Structure ===
    1215 * Image Caption module
     16   * input - webcam, user interface - login screen
    1317 * Face Detection module
    14    * output - cropped grayscale face image
     18   * output - cropped, scaled, grayscale face image
    1519 * Face Recognition module
     20   * the algorithms follow a machine learning scheme, having training & testing stages.
     21
     22=== Evaluation ===
     23 * compare serial and parallel versions using image sets from [ http://cvc.yale.edu/projects/yalefacesB/yalefacesB.html Yale Faces] database and FERRET.
     24 * analyse time for training stages.
     25 * performance testing is done without the webcam caption module.
     26 * the system was tested on Ubuntu 9.10, with a modified gdm login screen.
     27 
     28
    1629Main page: [wiki:PPPP]