SeComLib
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros Pages
Functions
secure_face_recognition/main.cpp File Reference

Secure Face Recognition main entry point. More...

#include "main.h"

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Detailed Description

Secure Face Recognition main entry point.

Simulation for "Privacy-Preserving Face Recognition", Zekeriya Erkin, Martin Franz, Jorge Guajardo, Stefan Katzenbeisser, Inald Lagendijk, Tomas Toft, 2009 (with speedup enhancements as described in Martin Franz' Master Thesis from 2008) This implementation contains only the secure comparison protocol.

Author
Mihai Todor (todor.nosp@m.miha.nosp@m.i@gma.nosp@m.il.c.nosp@m.om)

Definition in file secure_face_recognition/main.cpp.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Application entry point.

Usage: Accepts one optional parameter: the full path to the configuration file. Otherwise, it tries to find "config.xml" in the current directory.

Parameters
argcnumber of command line arguments
argvarray containing the command line arguments
Returns
The process exit status

Initialize the servers

Start the simulation

Definition at line 42 of file secure_face_recognition/main.cpp.