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

Home » Public Forums » archive » Average over odd/even lines
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
Average over odd/even lines [message #51838] Wed, 06 December 2006 19:46
peter.eddy@shaw.ca is currently offline  peter.eddy@shaw.ca
Messages: 19
Registered: March 2005
Junior Member
Hi All,

I am trying to write an IDL program for "smoothing" over lines of image
data acquired with an aerial CCD system. This requires reading the odd
lines, calculating the mean and placing it in the even. The images are
a constant 640x480 pixels.

i.e.)
line 1 : 2 2 2 2...
line 2 : x x x x...
line 3 : 4 4 4 4...

After processing,

line 1 : 2 2 2 2...
line 2 : 3 3 3 3...
line 3 : 4 4 4 4...

I can think of several ways to implement this but I thought the group
may point me to the most efficient.

Thanks,
Pete
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Logarithmic Binning with Histogram function?
Next Topic: Re: Logarithmic Binning with Histogram function?

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

Current Time: Fri Oct 10 14:14:10 PDT 2025

Total time taken to generate the page: 0.00531 seconds