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 #76938 is a reply to message #76838] Wed, 13 July 2011 12:14 Go to previous messageGo to previous message
Dick Jackson is currently offline  Dick Jackson
Messages: 347
Registered: August 1998
Senior Member
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
[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: Sun Oct 12 13:56:19 PDT 2025

Total time taken to generate the page: 1.82046 seconds