home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / a / aim / !aim / macros / acrosbm < prev    next >
Encoding:
Text File  |  1993-09-10  |  626 b   |  20 lines

  1. * Abindon Cross benchmark ( prof. Kendall Preston )
  2. * implementation in AIM by Frans Groen
  3. *
  4. * display is put off to obtain the operation times
  5. * separated from the display times
  6. * bench mark time = (a) + (b) + (c) + (d) and
  7. * bench mark time w/h display = (a) + (b) + (c)
  8. *
  9. dof               * display of
  10. ton               * timer on
  11. readf ACROS,A     * read image
  12. gdisp             * display
  13. unif A,B,31       * uniform filter (a)
  14. gdisp B           * display result
  15. thresh B,B,1,157  * threshold (b)
  16. bdisp B,1         * display
  17. skelet 100,1,0,B  * skeleton (c)
  18. bdisp B,1         * display (d)
  19. don               * display on
  20.