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 #76941 is a reply to message #76838] Wed, 13 July 2011 10:03 Go to previous messageGo to previous message
M is currently offline  M
Messages: 3
Registered: July 2011
Junior Member
On Jul 13, 10:57 am, M R <manisha....@gmail.com> wrote:
> On Jul 13, 10:34 am, M R <manisha....@gmail.com> wrote:
>
>
>
>
>
>
>
>
>
>> On Jul 8, 4:23 pm, Konstantinos <moonlightsha...@hotmail.gr> wrote:
>
>>> Dear M R.
>
>>> I will suggest you the folowing
>
>>> READ a book about image processing.
>
>>> Image processing the fundamentals (petrou)
>>> An also very nice book is
>>> The Image Processing Handbook, Sixth Edition
>
>>> Probably you think where can i find theese books?? Try ebookee.com
>
>> Thank you for suggesting the books Konstantinos.I will go through
>> them.
>
>> David, I have the following
>
>> As you have mentioned, I do see a tiny sliver of the images in the
>> upper left quadrant of the display window. Surprisingly, the program
>> is running multiple times and gives the same output without any
>> compilation errors.
>
>> When I load a single image (.png, 2216 X 1254 resolution) using the
>> following procedure,
>> imageFIle = dialog_Pickfile(filter='*.png')
>>   image = read_image(imagefile)
>>   tv,image,TRUE=1
>> end
>
>> I see an output in the display window containing the bottom 70 % of
>> the image.
>
>> Any suggestions? Thank you.
>
> I apologize for the multiple postings.
> Regarding the image intensity, will the problem be solved if I use
> colored images?

And thirdly, when I have tried the following,

fil = file_search('filepath\*.bmp',COUNT = count)
imag=read_bmp(fil[0])
dims=size(imag, /DIMENSIONS)
arms = make_array(dims[0],dims[1],dims[2],count,/byte)

for i=0, count-1 do begin
image = read_bmp(fil[i])
arm[*,*,*,i]=image
end

TV,MAX (arm, dimension = 3)

end

The output is
Unable to allocate memory: to make array.
Not enough space
[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 10:56:31 PDT 2025

Total time taken to generate the page: 1.51466 seconds