whitetiger on 11/09/06
Last Edited at 11/09/06 11:54pm
function flipIMG=DoubleFlip(img) tic flipIMG = img([1:end/2, end/2:-1:1], [1:end/2, end/2:-1:1], :); toc
Report this snippet Tweet
Comment:
You need to login to post a comment.