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