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

  1. OPERATOR
  2.  
  3. getBlobs --- run-length encode objects
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The getBlobs operator performs a connectivity analysis on run lengths for 
  9. pixels from the input image scene. The input image must be an 8 or 16-bit 
  10. unsigned image and should have been previously thresholded using the localThresh 
  11. operator. The algorithm proceeds at the top of an image to the bottom, 
  12. scanning left to right and collects run lengths representing a set of pixels 
  13. non-zero pixels. Any run length previously found and directly above the 
  14. current runlength is considered part of the same object. When the end of the 
  15. image is reached all objects are found. This operator sends the resulting 
  16. blob vector where each element consists of an id and a set of run lengths 
  17. to the output port. The blob vector makes up the basic data to begin 
  18. forming features or computing feature perimeters. 
  19.