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

  1. OPERATOR
  2.  
  3. castOp --- convert image from one type to another
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The castOp operator converts its input image to the specified output image 
  9. type. Images with higher precision that are casted to a lower precision data 
  10. type are scaled to fit the lower data type range. Signed images are 
  11. converted to unsigned by either biasing the signed range to the mid point of 
  12. the unsigned range or clipping the negative range to zero based on the mode 
  13. parameter. Biasing an image attempts to retain the same visual appearance of 
  14. the original image data by translating the grayscale intensities to a new 
  15. origin. Clipping an image will retain the original image data by constraining 
  16. grayscale values within a new range. 
  17.