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

  1. OPERATOR
  2.  
  3. getPerimeter --- calculates perimeter of each feature in input image
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The getPerimeter operator determines the perimeter related data corresponding to 
  9. the input feature vector and its associated input image. The resulting feature 
  10. vector is a duplicate of the input feature vector with the exception that 
  11. the perimeter object contained within each feature has been set to contain 
  12. all relevant perimeter data for that feature. Various statistics are generated 
  13. as part of each element in the perimeter vector. For example the maximum and 
  14. minimum distance between each features centroid and all of its perimeter 
  15. pixels is provided. As with the getBlobs operator, any non-zero pixel is 
  16. considered to be contained in a feature. Therefore, the input image must be 
  17. an 8 or 16-bit unsigned image and should have been previously thresholded 
  18. using the localThresh operator. Care must be taken to insure that the same 
  19. image used by getBlobs and getFeatures in order to generate the blob and 
  20. feature vectors is also used to generate the perimeter data associated with 
  21. that feature vector. 
  22.