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

  1. OPERATOR
  2.  
  3. histogram --- compute greyscale frequency distribution
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The histogram operator computes a frequency distribution of the input image. 
  9. Either normal or cumulative histograms can be computed. The number of bins 
  10. for tallying frequencies is given in the property window along with a low 
  11. and high threshold for pixels to be included in the histogram. The result is 
  12. a floating point vector of points. The first coordinate of the point is the 
  13. bin boundary value and the second coordinate is the bin frequency. The vector 
  14. may be viewed by connecting the histogram output to the xgraph operator for 
  15. plotting. 
  16.