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

  1. OPERATOR
  2.  
  3. skeleton --- binary medial-axis filter
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The skeleton operator is used to generate single pixel wide skeletons of 
  9. objects given a binary input image. After each execution of this operator, an 
  10. output image is generated at the top output port in conjunction with a 
  11. pixelsRemoved value at the bottom output port. This value represents the number 
  12. of pixels removed in the image and is an integer object. It is when the 
  13. pixelsRemoved value reaches zero that objects have reduced to medial axes. 
  14.  
  15. Since repeated calls of this operator are necessary before skeletons result 
  16. the if operator is required. The if true branch is connected to the skeleton 
  17. operator input and the if conditional parameter port is connected to the 
  18. pixelsRemoved output port. Skeletons will appear out the false branch when 
  19. pixelsRemoved reaches zero. By settting a probe on the output of the skeleton 
  20. operator, one can watch the image gradually collapse to its skeletal form.