NAME:
MULTIROI_PICK
PURPOSE:
This routine provide a flexible 2D image Region Of Interest statistic
program. It supports multiple ROIs by allowing the user dynamically
to select the ROIs and modify the ROIs by toggling the pixels.
It is a complete mouse driven program. It let user easily generated
the statistic ROI report for an arbitrary input 2D image.
CATEGORY:
Widgets.
CALLING SEQUENCE:
MULTIROI_PICK, IM
INPUTS:
IM: Input 2D image array
KEYWORD PARAMETERS:
GROUP: Specifies the group leader of the widget, the death of the group
leader results in the death of MULTIROI_PICK.
CLASS: Specifies the file name where the image was originally extracted.
If this keyword is specified, it tells the MULTIROI_PICK where
to store the statistic output file.
COMMENT: Specifies the comment about the image data
BG: Specifies the background color, default is black
HEADER: Specifies the header to be displayed
MODIFICATION HISTORY:
Written by: Ben-chin Cha, Aug 4, 2000.
01-24-2001 bkc R1.1
Replace the xdr read/write by the new method from the
xdr_open.pro
Improve the efficiency for handling very large image data
05-14-2002 bkc Add the option of read/save the multiple roi.pick file
Add the option of saving Tiff/Png/Pict image file
07-27-2004 bkc Fixed the problem with image query mode if the slider
background color been set by user
Add the comment label if comment is specified
Update save TIFF/PNG/PICT to support 8/24 bit device
(See multiroi_pick.pro)