Image Reflection
simple program for one sided image reflection along a line
Chris Hutchison
Good program. If you want to just mirror the whole image use [M,N]=size(I); then call R = reflection(I,N); %where I is your input image and R is the reflected (ie mirrored) image.
4
27 Apr 2007
Image Reflection
simple program for one sided image reflection along a line
eddy wen
4
08 Mar 2007
Image Reflection
simple program for one sided image reflection along a line
Comment only