function In=loadCNN(filename)
Img=imread(filename);
In=((double(Img)/127.5)-1)*(-1);
