Temporal Block Filter ( IATemporalBlockFilter )
Parameters:
Name |
Short Name |
Type |
Description |
Window width |
width |
integer |
Number of frames for calculation of the median |
Filter type |
type |
string |
Available filters: "Min", "Max", "Mean", "Median" |
Block mode |
blockmode |
boolean |
Results are calculated consecutive blocks, each block yielding a new frame. |
Description:
Calculates running mean, median, min or max in time over each pixel, like a running version of the t or z projection.
Use this function for preparation of masks for block mode Optical Flow images.
Not in place operation, creates a new Image Window, because the total number of frames decreases.
Block mode results in original frames / window width number of new frames, one new frame is resulted from each block. Blocks follow each other without overlaps.