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

  1. OPERATOR
  2.  
  3. rasterize --- generate a binary image given an ROI
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The rasterize operator rasterizes a vector of Graphic graphical objects which 
  9. describe a set of ROIs in an 8-bit integer image. This operator is useful 
  10. if the ROI set is to be used extensively since the rasterization step is 
  11. done only once and eliminates on-the-fly ROI computation. The pixval parameter 
  12. determines what pixel value with which the ROI regions will be filled. The 
  13. overlay parameter determines if the output image is to be zeroed or set to 
  14. the input image before rasterizing. 
  15.