home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / sgi / graphics / 212 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  828 b 

  1. Path: sparky!uunet!ulowell!m2c!nic.umass.edu!noc.near.net!saturn.caps.maine.edu!maine.maine.edu!shalee
  2. From: SHALEE@MAINE.MAINE.EDU
  3. Newsgroups: comp.sys.sgi.graphics
  4. Subject: ImageVision ROI question
  5. Message-ID: <93026.125117SHALEE@MAINE.MAINE.EDU>
  6. Date: 26 Jan 93 17:51:17 GMT
  7. Organization: University of Maine System
  8. Lines: 15
  9.  
  10. If I apply an ROI to an image and display it, the results are fine IF
  11. I set the valid region to that outside the ROI, i.e.
  12.   roi = ilRectRoiCreate(100,100,150,30,512,512,0);
  13.  
  14. However, if I set the valid region to be within the ROI
  15.   roi = ilRectRoiCreate(100,100,150,30,512,512,1);
  16. The top half of the image is garbage, although the bottom half
  17. is OK.
  18. The image is a 512x512 TIF file.
  19.  
  20. Any pointers here would be greatly appreciated.
  21.  
  22. Stephen Shaler
  23. University of Maine
  24. steve@pith.umecfr.maine.edu
  25.