Image Science Group Repository

 

Instructions

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:

  1. login
  2. select 'create content' from the menu
  3. select 'story'
  4. Fill in the 'Title' field
  5. Fill in the 'Category' field (Cluster, FAQ, LaTeX, or Matlab)
  6. Fill in the 'Body' field with a brief description
  7. If appropriate, select 'File Attachment', choose file for upload, and select 'Attach'
  8. Select 'Submit'

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)

read more