home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / demo / wit4711 / lib / help / point / rotate. / rotate.bin
Text File  |  1995-12-09  |  609b  |  15 lines

  1. OPERATOR
  2.  
  3. rotate --- rotate an image by an arbitrary angle
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The rotate operator performs an arbitrary rotation on its input image. The 
  9. angle parameter defines the angle in degrees where positive angles represent a 
  10. rotation counter clockwise. This operator will enlarge the overall size of the 
  11. input image to accomodate the new spacial location of objects in the image 
  12. as they rotate. The enlarged image requires the background regions to be 
  13. filled with an appropriate value. This value is computed as the average of 
  14. the four corner pixels in the original image. 
  15.