FlowSmooth

Smooths an optical flow field using a 3x3 Gaussian filter

Smooths an optical flow field using a 3x3 Gaussian filter

Parameters

allocate_output : int. Defaults to 1. Whether or not the out_flow output should be allocated. If zero, this node does not allocate any output and expects out_flow to be allocated and bound before this node is initialized.

Inputs

in_flow : ImageView {rg16f, rg32f} image. The input optical flow.

Outputs

out_flow : ImageView {rg16f, rg32f} image. Smoothed optical flow. The floating point precision will be the same as in_flow.