Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public GpuFarnebackOpticalFlow( int numLevels, double pyrScale, bool fastPyramids, int winSize, int numIters, int polyN, double polySigma, int flags ) |
Visual Basic |
---|
Public Sub New ( _ numLevels As Integer, _ pyrScale As Double, _ fastPyramids As Boolean, _ winSize As Integer, _ numIters As Integer, _ polyN As Integer, _ polySigma As Double, _ flags As Integer _ ) |
Visual C++ |
---|
public: GpuFarnebackOpticalFlow( int numLevels, double pyrScale, bool fastPyramids, int winSize, int numIters, int polyN, double polySigma, int flags ) |
Parameters
- numLevels
- Type: System..::..Int32
[Missing <param name="numLevels"/> documentation for "M:Emgu.CV.GPU.GpuFarnebackOpticalFlow.#ctor(System.Int32,System.Double,System.Boolean,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]
- pyrScale
- Type: System..::..Double
[Missing <param name="pyrScale"/> documentation for "M:Emgu.CV.GPU.GpuFarnebackOpticalFlow.#ctor(System.Int32,System.Double,System.Boolean,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]
- fastPyramids
- Type: System..::..Boolean
[Missing <param name="fastPyramids"/> documentation for "M:Emgu.CV.GPU.GpuFarnebackOpticalFlow.#ctor(System.Int32,System.Double,System.Boolean,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]
- winSize
- Type: System..::..Int32
[Missing <param name="winSize"/> documentation for "M:Emgu.CV.GPU.GpuFarnebackOpticalFlow.#ctor(System.Int32,System.Double,System.Boolean,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]
- numIters
- Type: System..::..Int32
[Missing <param name="numIters"/> documentation for "M:Emgu.CV.GPU.GpuFarnebackOpticalFlow.#ctor(System.Int32,System.Double,System.Boolean,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]
- polyN
- Type: System..::..Int32
[Missing <param name="polyN"/> documentation for "M:Emgu.CV.GPU.GpuFarnebackOpticalFlow.#ctor(System.Int32,System.Double,System.Boolean,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]
- polySigma
- Type: System..::..Double
[Missing <param name="polySigma"/> documentation for "M:Emgu.CV.GPU.GpuFarnebackOpticalFlow.#ctor(System.Int32,System.Double,System.Boolean,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]
- flags
- Type: System..::..Int32
[Missing <param name="flags"/> documentation for "M:Emgu.CV.GPU.GpuFarnebackOpticalFlow.#ctor(System.Int32,System.Double,System.Boolean,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]