Table of Contents

Method Calc

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Calc(InputArray, InputArray, InputOutputArray)

Calculates an optical flow.

public virtual void Calc(InputArray i0, InputArray i1, InputOutputArray flow)

Parameters

i0 InputArray

first 8-bit single-channel input image.

i1 InputArray

second input image of the same size and the same type as prev.

flow InputOutputArray

computed flow image that has the same size as prev and type CV_32FC2.