widget for image display [message #3570] |
Tue, 21 February 1995 10:21  |
knight
Messages: 37 Registered: January 1992
|
Member |
|
|
Currently, I use Bill Thompson's image_display routines. They are great!
They provide the ability to display quickly images to screen or Postscript file
with many capabilities, including grids of images, all sorts of global
keywords, and overplotting of information.
I'm hungry for another capability: a widget to display an image with lots of
characteristics, namely cuts, histogram, regions of interest, and statistics.
I have a first-cut at a widget but was hoping that somebody else has already
done what I want. To be specific, does anybody have something like this?
IDL> view,images
where view produces a widget like this:
|--------------||---------------------||--------------|
| stats || horizontal cut || scaling |
| || || info |
| ||---------------------||--------------|
| || || |
| || || |
| || tv || vertical |
| || image || cut |
| || || |
| || || |
|--------------||---------------------||--------------|
| image || histogram || scaling |
| selection || || info |
|--------------||---------------------||--------------|
and the event loop would allow roaming in the image.
I'd appreciate any help or opinions.
Thanks, Fred
--
=Fred Knight (knight@ll.mit.edu) (617) 981-2027
C-483\\MIT Lincoln Laboratory\\244 Wood Street\\Lexington, MA 02173
|
|
|