Class DenseOpticalFlowExtensions
Extension methods for IDenseOpticalFlow
public static class DenseOpticalFlowExtensions
- Inheritance
-
DenseOpticalFlowExtensions
- Inherited Members
Methods
Calc(IDenseOpticalFlow, IInputArray, IInputArray, IInputOutputArray)
Calculates an optical flow.
public static void Calc(this IDenseOpticalFlow opticalFlow, IInputArray i0, IInputArray i1, IInputOutputArray flow)
Parameters
opticalFlow
IDenseOpticalFlowThe dense optical flow object
i0
IInputArrayFirst 8-bit single-channel input image.
i1
IInputArraySecond input image of the same size and the same type as prev.
flow
IInputOutputArrayComputed flow image that has the same size as prev and type CV_32FC2