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
i0InputArrayfirst 8-bit single-channel input image.
i1InputArraysecond input image of the same size and the same type as prev.
flowInputOutputArraycomputed flow image that has the same size as prev and type CV_32FC2.