comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: routine in ENVI to pass from EVF to ROI????
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: routine in ENVI to pass from EVF to ROI???? [message #49557] Thu, 03 August 2006 08:59 Go to next message
Jeff N. is currently offline  Jeff N.
Messages: 120
Registered: April 2005
Senior Member
I'm not at all clear about exactly what you're trying to do, but if I'm
guessing right, this thread may be helpful to you:

http://groups.google.com/group/comp.lang.idl-pvwave/browse_t hread/thread/4b90c8f4a2c7b715/85ec7790a493555d?lnk=gst&q =Shapefile&rnum=1#85ec7790a493555d

If the link doesn't work, try searching this newsgroup for "Apply a
shapefile to raster images in IDL."

Hope that helps,
Jeff

txominhermos@gmail.com wrote:
> To be clearer, I will say that I need to programmatically subset an
> image.
> I have found code* to create an image with the ROI information, but the
> problems is that it seems to be compulsory to create this image in IDL,
> with all the memory limitations problems that it has.
> I would like to use the ROI extension as parameter in the routine
> envi_output _to_external_format, or another similar one which allows me
> to make the image subset without collapse the RAM memory
>
>
>
>
> *
> http://groups.google.es/group/comp.lang.idl-pvwave/browse_th read/thread/9e5d6eb8b5bac80f/26a45d8b2ed7db26?lnk=gst&q= subset&rnum=2#26a45d8b2ed7db26
>
>
>
>
>
> txominhermos@gmail.com ha escrito:
>
>> MOre info:
>>
>> Basically I would like to do a subset, so finally I just need the max
>> and min X and Y coordinates.
>>
>>
>>
>>
>> txominhermos@gmail.com ha escrito:
>>
>>> Hello mates,
>>>
>>> I am trying but I am not able to find the ENVI routine to program the
>>> conversión from EVT to ROI (or the one to pass from SHP to EVF to
>>> ROI).
>>>
>>>
>>> Does it exit? or it is nor possible to do it by programming.
>>>
>>>
>>> Thanks for your attention.
>>>
>>>
>>>
>>>
>>> txo
Re: routine in ENVI to pass from EVF to ROI???? [message #49566 is a reply to message #49557] Thu, 03 August 2006 02:17 Go to previous messageGo to next message
txominhermos is currently offline  txominhermos
Messages: 25
Registered: October 2005
Junior Member
To be clearer, I will say that I need to programmatically subset an
image.
I have found code* to create an image with the ROI information, but the
problems is that it seems to be compulsory to create this image in IDL,
with all the memory limitations problems that it has.
I would like to use the ROI extension as parameter in the routine
envi_output _to_external_format, or another similar one which allows me
to make the image subset without collapse the RAM memory




*
http://groups.google.es/group/comp.lang.idl-pvwave/browse_th read/thread/9e5d6eb8b5bac80f/26a45d8b2ed7db26?lnk=gst&q= subset&rnum=2#26a45d8b2ed7db26





txominhermos@gmail.com ha escrito:

> MOre info:
>
> Basically I would like to do a subset, so finally I just need the max
> and min X and Y coordinates.
>
>
>
>
> txominhermos@gmail.com ha escrito:
>
>> Hello mates,
>>
>> I am trying but I am not able to find the ENVI routine to program the
>> conversión from EVT to ROI (or the one to pass from SHP to EVF to
>> ROI).
>>
>>
>> Does it exit? or it is nor possible to do it by programming.
>>
>>
>> Thanks for your attention.
>>
>>
>>
>>
>> txo
Re: routine in ENVI to pass from EVF to ROI???? [message #49569 is a reply to message #49566] Thu, 03 August 2006 01:25 Go to previous messageGo to next message
txominhermos is currently offline  txominhermos
Messages: 25
Registered: October 2005
Junior Member
MOre info:

Basically I would like to do a subset, so finally I just need the max
and min X and Y coordinates.




txominhermos@gmail.com ha escrito:

> Hello mates,
>
> I am trying but I am not able to find the ENVI routine to program the
> conversión from EVT to ROI (or the one to pass from SHP to EVF to
> ROI).
>
>
> Does it exit? or it is nor possible to do it by programming.
>
>
> Thanks for your attention.
>
>
>
>
> txo
Re: routine in ENVI to pass from EVF to ROI???? [message #49639 is a reply to message #49566] Thu, 03 August 2006 18:35 Go to previous message
enod is currently offline  enod
Messages: 41
Registered: November 2004
Member
I'm not sure whether you want to clip the image with a rectangle, or
with the exact polygon in SHP/EVF/ROI file.

If you just want a rectangle area that includes all the ROIs, why not
just read the coordinates of vertexes and get the maximum and minumum
values?

If you want to subset an image with ROIs, I would say you should create
a mask image based on ROIs first.


Cheers,
Tian



txominhermos@gmail.com wrote:
> To be clearer, I will say that I need to programmatically subset an
> image.
> I have found code* to create an image with the ROI information, but the
> problems is that it seems to be compulsory to create this image in IDL,
> with all the memory limitations problems that it has.
> I would like to use the ROI extension as parameter in the routine
> envi_output _to_external_format, or another similar one which allows me
> to make the image subset without collapse the RAM memory
>
>
>
>
> *
> http://groups.google.es/group/comp.lang.idl-pvwave/browse_th read/thread/9e5d6eb8b5bac80f/26a45d8b2ed7db26?lnk=gst&q= subset&rnum=2#26a45d8b2ed7db26
>
>
>
>
>
> txominhermos@gmail.com ha escrito:
>
>> MOre info:
>>
>> Basically I would like to do a subset, so finally I just need the max
>> and min X and Y coordinates.
>>
>>
>>
>>
>> txominhermos@gmail.com ha escrito:
>>
>>> Hello mates,
>>>
>>> I am trying but I am not able to find the ENVI routine to program the
>>> conversión from EVT to ROI (or the one to pass from SHP to EVF to
>>> ROI).
>>>
>>>
>>> Does it exit? or it is nor possible to do it by programming.
>>>
>>>
>>> Thanks for your attention.
>>>
>>>
>>>
>>>
>>> txo
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: ellipsoid 3D
Next Topic: tile of IDLgrAxis

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 10:18:31 PDT 2025

Total time taken to generate the page: 0.55835 seconds