MATLAB File Help: cv.SuperResolution/setOpticalFlow Index
cv.SuperResolution/setOpticalFlow

Dense optical flow algorithm

obj.setOpticalFlow(optFlowType)
obj.setOpticalFlow(optFlowType, 'OptionName',optionValue, ...)

Input

Options

The following are options for the various algorithms:

FarnebackOpticalFlow, FarnebackOpticalFlowCUDA

See cv.calcOpticalFlowFarneback for a description of the options:

DualTVL1OpticalFlow, DualTVL1OpticalFlowCUDA

See cv.DualTVL1OpticalFlow for a description of the options:

BroxOpticalFlowCUDA

PyrLKOpticalFlowCUDA

See cv.calcOpticalFlowPyrLK for a description of the options:

See also
Method Details
Access public
Sealed false
Static false