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

  1. OPERATOR
  2.  
  3. getData --- user data generator
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The getData operator is a method of getting user defined data from images 
  9. during igraph execution. When an image object arrives at the getData input 
  10. port, the image is displayed and operators following getData will not be 
  11. executed until the user defines the data required. The type parameter specifies 
  12. the data type initially desired. The choices are: 
  13.   points
  14.   lines
  15.   rectangles
  16.   circles
  17.   polylines
  18.   polygons
  19.   text
  20. 
  21.  
  22. For example, you may want to define a polygon to extract a region of 
  23. interest from an image. When you have finished entering the data, select the 
  24. Apply button and getData will then send the resulting list of objects through 
  25. its output port. The Mode menu allows you to change the type of regions you 
  26. wish to enter. The Reset button will erase all your work so that you may 
  27. start over again. You may undo a point while defining a rectangle, circle, 
  28. or polyline by using the middle mouse button. In the case of a polyline, if 
  29. you continue to use the middle button the polyline will back up to the 
  30. point where it is erased. By selecting objects in Select mode, you can use 
  31. cut, copy, paste, and undo operations to arrange your objects appropriately. 
  32. Color may be changed for objects by using pressing the Color... button. The 
  33. font size and family may be changed with the Fonts... button. When entering 
  34. text, you may exit the text object by hitting the escape key or selecting a 
  35. new location. The various buttons to control getData are located at the bottom 
  36. of the image properties panel. 
  37.