From 979cbc504c4168a4e31ed77c642a336b4c8e85d8 Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Sat, 13 Apr 2013 23:36:41 -0400 Subject: [PATCH] finished hello world --- scripts/helloWorld.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helloWorld.sh b/scripts/helloWorld.sh index 3cec377..519ff7d 100755 --- a/scripts/helloWorld.sh +++ b/scripts/helloWorld.sh @@ -31,7 +31,7 @@ if [ ! -d MEDS/img ]; then fi # Train the Eigenfaces algorithm -br -algorithm 'Open+Cvt(Gray)+Cascade(FrontalFace)+ASEFEyes+Affine(64,64,0.25,0.35)+CvtFloat+PCA(0.95):Dist(L2)' -train BioID/img Eigenfaces +br -algorithm 'Open+Cvt(Gray)+Cascade(FrontalFace)+ASEFEyes+Affine(128,128,0.33,0.45)+CvtFloat+PCA(0.95):Dist(L2)' -train BioID/img Eigenfaces # Enroll images using Eigenfaces br -algorithm Eigenfaces -path MEDS/img -compare MEDS/sigset/MEDS_frontal_target.xml MEDS/sigset/MEDS_frontal_query.xml scores.mtx -- libgit2 0.21.4