
This page provides a repository for the Image Science Group at Dartmouth College. Past and present group members are encouraged to post any code or hints that they think will be helpful to others. Those not part of the Image Science Group are welcome to browse these pages, but at this time no accounts will be given out to non-members.
In order to post:
When uploading code, please comment your code and add a header of the form:
%%%
%%% IMROTATE: rotate an image about its center
%%% imrotate( im, th, method )
%%% im: grayscale or color image
%%% th: rotation amount in degrees
%%% method: interpolation method (nearest, linear, cubic, or spline)