diff options
author | Wim Vriend <facetracknoir@gmail.com> | 2013-04-12 13:26:44 +0200 |
---|---|---|
committer | Wim Vriend <facetracknoir@gmail.com> | 2013-04-12 13:26:44 +0200 |
commit | bcbdd10779d86d491060c6010e4ac927964f3c32 (patch) | |
tree | a5a719b836b7c862e059900ca27a3188da892fa9 /ftnoir_tracker_ht/ht-api.h | |
parent | b78ac5d6535794967d5104bbc265b5079d0ac6b2 (diff) | |
parent | 4ff08e52cc4d10491d7676ece8c52792e9e89d82 (diff) |
Merge branch 'posix' of ssh://git.code.sf.net/p/facetracknoir/codegit into posix
Diffstat (limited to 'ftnoir_tracker_ht/ht-api.h')
-rw-r--r-- | ftnoir_tracker_ht/ht-api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftnoir_tracker_ht/ht-api.h b/ftnoir_tracker_ht/ht-api.h index 81caf16f..c09dbf55 100644 --- a/ftnoir_tracker_ht/ht-api.h +++ b/ftnoir_tracker_ht/ht-api.h @@ -41,6 +41,7 @@ typedef struct ht_config { float ransac_abs_max_mean_error; bool user_landmarks; float user_landmark_locations[3][4]; + float flandmark_delay; } ht_config_t; typedef struct { |