function ShwoCNN(img)
t=((img*-1)+1)*127.5;
t = cast(t, 'uint8');
imshow(t);
end
