From ac7a813ca3fa0d7b8ddb61499fa50eca1336101c Mon Sep 17 00:00:00 2001 From: Joe Zhao <ztuowen@gmail.com> Date: Sat, 27 Jun 2015 20:09:12 +0800 Subject: upload all --- getVecs.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'getVecs.m') diff --git a/getVecs.m b/getVecs.m index 715e9f2..b71f6ed 100644 --- a/getVecs.m +++ b/getVecs.m @@ -18,7 +18,7 @@ function getVecs(dirname,minc,maxc) img=im2double(imread(strcat(indir,idlist(i).name))); I=genFeatureVec(img,minc,maxc); fprintf(fid,'%s ',n); - fprintf(fid,'%f ',I); + fprintf(fid,'%g ',I); fprintf(fid,'\n'); end fclose(fid); -- cgit v1.2.3-70-g09d2