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

Home » Public Forums » archive » MIP from BMP Images
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: MIP from BMP Images [message #76931 is a reply to message #76838] Thu, 14 July 2011 07:06 Go to previous messageGo to previous message
M R is currently offline  M R
Messages: 19
Registered: July 2011
Junior Member
On Jul 13, 2:14 pm, Dick Jackson <d...@d-jackson.com> wrote:
> On Jul 13, 10:03 am, M <manishared...@gmail.com> wrote:
>
>> On Jul 13, 10:57 am, M R <manisha....@gmail.com> wrote:
>
>>> I apologize for the multiple postings.
>>> Regarding the image intensity, will the problem be solved if I use
>>> colored images?
>
> Hi,
>
> I'm still confused about whether these are grayscale, indexed or true-
> colour RGB images, but here's a tip if all you need is to get the
> maximum value from each pixel of a large set of images, where you
> can't fit them all in memory. Building on your last example:
>
> fil = file_search('filepath\*.bmp',COUNT = count)
> result = read_bmp(fil[0])    ; Start with image from fil[0], don't
> need to read it again
> for i=1, count-1 do result = result > read_bmp(fil[i])
> TV, result
>
> end
>
> Cheers,
> -Dick

Hello All

I thank you all for helping me out with this problem. Unfortunately
since IDL supports only 1GB data at a time, we have decided not use
the existing data set (which is at >2GB). But I will definitely come
back here for more help. Thank you once again!
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Shell startup file not recognized in IDL 8.0 Workbench
Next Topic: Re: percentile with dimension keyword

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

Current Time: Sat Oct 11 14:45:18 PDT 2025

Total time taken to generate the page: 1.90193 seconds