Re: ENVI ROI format? [message #40732] |
Mon, 30 August 2004 08:45 |
jnettle1
Messages: 27 Registered: January 2001
|
Junior Member |
|
|
ENVI has the ability to write out ROI data to an ASCII file. The file
will contain some info on the image the ROI was created with (like the
image dimensions), and then a table with the coordinates of the pixels
in the ROI and their brightness values. If nothing else, you should
be able to create this kind of text file with C++ and have ENVI read
that back in, right?
Jeff
Jonathan Greenberg <greenberg@ucdavis.edu> wrote in message news:<BD562DDB.11FEA%greenberg@ucdavis.edu>...
> I was wondering if there is documentation for the format of ENVI ROI files
> any place? We are developing some open source code in C++ that, among other
> things, we'd like to be able to create ROIs to be used in ENVI (rather than
> making them within ENVI/IDL). Thoughts?
>
> --j
|
|
|