Temporal Average Filter ( IATemporalAverage )
Parameters:
Name |
Short Name |
Type |
Description |
Window width |
width |
integer |
Number of frames for calculation of the average |
Description:
Calculates running average in time over each pixel. E.g. when width=5 the average of the first 5 frames placed into the first 3 frames. Then the average of (the original) frames from 2-6 into frame 4, and so on...
In place operation, the total number of frames remains the same.