FlowPredictPayloadY

Computes one step predition of the optical flow and payloads along the Y axis.

Computes one step predition of the optical flow and payloads along the Y axis.

Parameters

dt : float. Defaults to 1.0 The time step used for the prediction.

Inputs

in_flow : ImageView {rg16f, rg32f} image. The input optical flow used for the prediction.

in_gray : ImageView {r16f, r32f} image. Input scalar field payload.

in_vector : Imageview {rg16f, rg32f} image. Input vector field payload.

Outputs

out_flow : ImageView {rg16f, rg32f} image. Predicted optical flow. The image format will be the same as in_flow.

out_gray : ImageView {r16f, r32f} image. Predicted scalar field. The image format will be the same as in_gray.

out_vector : ImageView {rg16f, rg32f} image. Predicted vector field. The image format will be the same as in_vector.