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

  1. OPERATOR
  2.  
  3. labelBlob --- rasterize/binarize/outline blobs
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The labelBlob operator performs the inverse of getBlobs. The input blob vector 
  9. is converted to either a rasterized image where each object is assigned its 
  10. own greylevel, a binarized image where all objects are set to maximum pixel 
  11. value, or an outlined image where an object's boundary is traced and set to 
  12. maximum pixel value. The resulting image is comparable to the original image 
  13. at the threshold by which the blob vector was derived. The original image 
  14. which was fed to getBlobs is required at the top input to create the 
  15. correct output image size. 
  16.