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

  1. OPERATOR
  2.  
  3. rgrow --- region grow objects
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The rgrow operator performs a region growing operation on the input greyscale 
  9. image. The gap_x and gap_y parameters set the size of a connectivity window. 
  10. Any pixel above the given threshold and within the connectivity window are 
  11. grown into the same object. For example, if gap_x and gap_y are both 3 then 
  12. all pixels within a 3x3 window of the centred pixel are considered connected 
  13. and the region is filled from the centred pixel to the connecting pixels. 
  14.  
  15. The threshold parameter determines which pixels are subject to region growing. 
  16. This operator is useful if the getBlobs connectivity region of a 3x3 is not 
  17. sufficient and a larger window is required. In this case, the rgrow operator 
  18. is used as a preprocessing stage by transforming a large connectivity window 
  19. to a 3x3 window. 
  20.