Frapper  1.0a
Namespaces | Macros
Face.cpp File Reference
#include "Face.h"
#include <math.h>
Include dependency graph for Face.cpp:

Namespaces

namespace  FaceTrackerNode
 

Macros

#define THRESHOLD   0.1f
 DEFINES.
 
#define PROBABILITY_DECREASE_PER_TIME_STEP   0.1f
 Value of decreasing the probability of a face detection by time.
 
#define PROBABILITY_INCREASE_PER_DETECTION   0.2f
 Value of increasing the probability of a face detection when a face is detected.
 

Macro Definition Documentation

#define THRESHOLD   0.1f

DEFINES.

Threshold in normalized device coordinates, that is used when comparing rects. (two rects are considered equal if their coordinates differ in a number smaller than the threshold)

#define PROBABILITY_DECREASE_PER_TIME_STEP   0.1f

Value of decreasing the probability of a face detection by time.

#define PROBABILITY_INCREASE_PER_DETECTION   0.2f

Value of increasing the probability of a face detection when a face is detected.