From bf5e8d4e3de79a57938184bdea570649600569a8 Mon Sep 17 00:00:00 2001 From: Gongwook Lee Date: Wed, 3 Jul 2013 14:37:37 +0900 Subject: [PATCH] Change the name of the man in sample image from Tina to Tom to recover his gender identification Change-Id: Ib9eed7e2dd5de561caa5bbd0f515414d1a6383bf Signed-off-by: Gongwook Lee --- project/src/FaceDetectionForm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/FaceDetectionForm.cpp b/project/src/FaceDetectionForm.cpp index e3980ae..de5b0ab 100644 --- a/project/src/FaceDetectionForm.cpp +++ b/project/src/FaceDetectionForm.cpp @@ -64,7 +64,7 @@ static const wchar_t* PICTURE4_PATH = L"res/sample4.png"; static const wchar_t* PICTURE1_NAME = L"Unknown"; static const wchar_t* PICTURE2_NAME = L"Christine"; static const wchar_t* PICTURE3_NAME = L"Stephanie"; -static const wchar_t* PICTURE4_NAME = L"Tina"; +static const wchar_t* PICTURE4_NAME = L"Tom"; static const wchar_t* NO_PICTURE = L"No Picture"; static const wchar_t* NOT_FOUND = L"Not Found"; -- 2.7.4