NumericIteration

Computes one numeric iteration for computing the optical flow.

Computes one numeric iteration for computing the optical flow.

Inputs

in_image_params : ImageView. {rgba16f, rgba32f} image. Image parameters computed by lluvia/opticalflow/HornSchunck/ImageProcessor

in_flow: ImageView. {rg16f, rg32f} image. Optical flow from previous iteration.

Outputs

out_flow: ImageView. {rg16f, rg32f} image. Newly estimated flow. This output must be allocated outside of this node.