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

  1. OPERATOR
  2.  
  3. rgbThresh --- threshold an rgb image given rgb triplet and radius of sphere
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The rgbThresh operator performs an RGB space threshold given a 24-bit RGB 
  9. image and generates a binary 8-bit integer image. The r , g and b parameters 
  10. specifiy a sphere centre and the radius parameter specifiy the sphere radius. 
  11. Any pixel within this sphere is set to white (maximum pixel value) in the 
  12. binary output, otherwise the pixel is set to black. 
  13.