Table of Contents

Class DenseOpticalFlowExtensions

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

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 IDenseOpticalFlow

The dense optical flow object

i0 IInputArray

First 8-bit single-channel input image.

i1 IInputArray

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

flow IInputOutputArray

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