Search found 2 matches

by mverta
2012-07-26T10:11:03-07:00
Forum: Users
Topic: Track and Return Average Pixel Value
Replies: 3
Views: 4485

Re: Track and Return Average Pixel Value

This isn't about averaging images, it's about averaging pixels over time , which is different. This will ultimately be used to reduce filmgrain in an image. Say you have a red pixel, which is moving over a series of frames. Because of grain, the value of the red will not remain constant; it'll ...
by mverta
2012-07-26T01:40:42-07:00
Forum: Users
Topic: Track and Return Average Pixel Value
Replies: 3
Views: 4485

Track and Return Average Pixel Value

Hello - I have a sequence of 16-bit grayscale images. I need to track the pixels over X-number of frames, derive the average value for each pixel, and return that value to the pixels in the first frame of the sequence. Alternatively/additionally, I would like to be able to apply those averaged ...