home *** CD-ROM | disk | FTP | other *** search
/ vis-ftp.cs.umass.edu / vis-ftp.cs.umass.edu.tar / vis-ftp.cs.umass.edu / pub / Software / ASCENDER / parms.doc < prev    next >
Text File  |  1995-05-24  |  2KB  |  71 lines

  1.  
  2.  
  3.                   Global, Fixed Parameters
  4. --------------------------------------------------------------------------------
  5.  
  6. MIN_LINE_LENGTH:    Minimum distance needed to group two corner or 
  7.                 hypothesize a virtual corner.  Expected minimum edge
  8.                  length of building in the scene. (Pixels).
  9.             Currently fixed at 5 pixels.
  10.  
  11. LINE_SEARCH_DIST:    Maximum distance searched when linking corners. (pixels)
  12.             Fixed at 500 pixels.
  13.  
  14.  
  15.         Parameters Used in Computing Intersections
  16. --------------------------------------------------------------------------------
  17.  
  18. ANGLE_THRESH:        Allowed error in angle.  (radians)
  19.             Min: .05  Max: 0.25
  20.  
  21. LINE_ENDPOINT_WINDOW:   Line enpoints must lay within window to detect
  22.             intersection. Gives window radius in (pixels) 
  23.             Min: 2.0 Max: 11.0
  24.  
  25.  
  26.  
  27.  
  28.         Parameters Using in Linking Intersections
  29. --------------------------------------------------------------------------------
  30. SEARCH_ANGLE:        Angle of search cone from intersection i1.  Used
  31.             when searching for corners that are oriented 
  32.             towards each other.  Given an intersection axis
  33.             from i1, the angle subtends the axis to create
  34.             a search cone each edge of the cone is 
  35.             'LINE_SEARCH_DIST' long.  Any two corners that
  36.             lay within each other's cones are "compatible".
  37.             (radians)
  38.             Fixed: 0.005
  39.  
  40. LINE_SWEEP_COLUMN:    The rectangular width of the search region between
  41.             two corners for an edge response mask sweep.
  42.             A mask is swept along the line between two
  43.             compatible corners, and along a number of parallel
  44.             lines on either side, given by the sweep column.
  45.             Min: 1 Max: 6
  46.  
  47. MIN_EDGE_MAGNITUDE:    Minimum edge response needed to classify a pixel
  48.             as "edge".
  49.             Min: 3.0  Max: 10.0
  50.  
  51. MAX_EDGE_VARIANCE    Maximum allowed change in edge magnitude variance
  52.             over previous n-1 samples that will allow sample
  53.             "n" to be classified as "edge".
  54.             Min: 5.0 Max: 5.0
  55.  
  56. MIN_LINE_SUPPORT:    Percentage of image pixels between two interesections
  57.             that need to be classified as "edge" for a link 
  58.             to occur.
  59.  
  60. TOKEN_SUPPORT:        Percentage of Boldt line coverage needed between 
  61.             two intersections for a link to occur.
  62.             Min: 0.6  Max: 0.8
  63.  
  64. TOKEN_WINDOW:        Both endpoints of Boldt lines must lay within 
  65.             a rectangular window defined by the two 
  66.             intersection points and a width of "token_window"
  67.             in order for the boldt line to contribute
  68.             to line support.
  69.             Min: 1  Max: 8
  70.  
  71.