Skip to content

Commit 5bc87c3

Browse files
committed
decrease threshold
1 parent c1cca81 commit 5bc87c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visionSamples/FaceTracker/app/src/main/cpp/native-lib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ typedef struct
6767
uint8_t blue;//a see rgb_pixel assignment
6868
} argb;
6969

70-
float FACE_RECOGNIZE_THRESH = 0.6;
70+
float FACE_RECOGNIZE_THRESH = 0.55;
7171

7272
extern "C"
7373
{

0 commit comments

Comments
 (0)