summaryrefslogtreecommitdiff
path: root/getVecs.m
diff options
context:
space:
mode:
Diffstat (limited to 'getVecs.m')
-rw-r--r--getVecs.m2
1 files changed, 1 insertions, 1 deletions
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);