samplePath = '.\ALLSquare_sample_sift';
dataPath = '.\ALLSquare_sift';
fileList = dir(samplePath);
for k = 3 : length(fileList)
delete([dataPath,'\',fileList(k).name])
end
samplePath = '.\ALLSquare_sample_sift';
dataPath = '.\ALLSquare_sift';
fileList = dir(samplePath);
for k = 3 : length(fileList)
delete([dataPath,'\',fileList(k).name])
end