Frapper
1.0a
|
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. | |
#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.