home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / a / aim / !aim / macros / demo6 < prev    next >
Text File  |  1988-07-15  |  289b  |  8 lines

  1. * use erosion and propagation to find large objects
  2. read cermet       * read the image
  3. thresh            * segment it
  4. inv               * invert bitplane
  5. bcop 1,2          * save for later
  6. ero 10,1          * find objects > 20 by erosion
  7. prop 30,1,2,6,0   * find these objects in original
  8.