Commit c41b6a1ed7e462f288dfa8f584989558a903d340
1 parent
64262907
fixed example application to use an impostor with a lower score
Showing
1 changed file
with
1 additions
and
1 deletions
app/examples/face_recognition.cpp
| @@ -45,7 +45,7 @@ int main(int argc, char *argv[]) | @@ -45,7 +45,7 @@ int main(int argc, char *argv[]) | ||
| 45 | 45 | ||
| 46 | // Initialize templates | 46 | // Initialize templates |
| 47 | br::Template queryA("../data/MEDS/img/S354-01-t10_01.jpg"); | 47 | br::Template queryA("../data/MEDS/img/S354-01-t10_01.jpg"); |
| 48 | - br::Template queryB("../data/MEDS/img/S386-04-t10_01.jpg"); | 48 | + br::Template queryB("../data/MEDS/img/S382-08-t10_01.jpg"); |
| 49 | br::Template target("../data/MEDS/img/S354-02-t10_01.jpg"); | 49 | br::Template target("../data/MEDS/img/S354-02-t10_01.jpg"); |
| 50 | 50 | ||
| 51 | // Enroll templates | 51 | // Enroll templates |