Mar. 14. 2018

Dependencies:   GraphicsFramework GR-PEACH_video LCD_shield_config AsciiFont R_BSP USBHost_custom

Revision:
6:8c0c70710090
Parent:
0:f5de229c9a00
Child:
7:85ba09eb46b3
--- a/recognition_proc/recognition_proc.h	Tue Sep 05 10:01:51 2017 +0000
+++ b/recognition_proc/recognition_proc.h	Wed Sep 06 01:30:17 2017 +0000
@@ -21,6 +21,17 @@
 #define FACE_POSE_DEFAULT                    0            /* Face Detection facial pose (frontal face)*/
 #define FACE_ANGLE_DEFAULT                   0            /* Face Detection roll angle (±15°)*/
 
+/* STB */
+#define STB_RETRYCOUNT_DEFAULT              25            /* Retry Count for STB */
+#define STB_POSSTEADINESS_DEFAULT           30            /* Position Steadiness for STB */
+#define STB_SIZESTEADINESS_DEFAULT          30            /* Size Steadiness for STB */
+#define STB_PE_FRAME_DEFAULT                10            /* Complete Frame Count for property estimation in STB */
+#define STB_PE_ANGLEUDMIN_DEFAULT          -15            /* Up/Down face angle minimum value for property estimation in STB */
+#define STB_PE_ANGLEUDMAX_DEFAULT           20            /* Up/Down face angle maximum value for property estimation in STB */
+#define STB_PE_ANGLELRMIN_DEFAULT          -20            /* Left/Right face angle minimum value for property estimation in STB */
+#define STB_PE_ANGLELRMAX_DEFAULT           20            /* Left/Right face angle maximum value for property estimation in STB */
+#define STB_PE_THRESHOLD_DEFAULT           300            /* Threshold for property estimation in STB */
+
 typedef struct {
     INT32         execFlag;
     HVC_THRESHOLD threshold;