http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Create the Brox optical flow solver
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public GpuBroxOpticalFlow( float alpha, float gamma, float scaleFactor, int innerIterations, int outerIterations, int solverIterations ) |
Visual Basic |
---|
Public Sub New ( _ alpha As Single, _ gamma As Single, _ scaleFactor As Single, _ innerIterations As Integer, _ outerIterations As Integer, _ solverIterations As Integer _ ) |
Visual C++ |
---|
public: GpuBroxOpticalFlow( float alpha, float gamma, float scaleFactor, int innerIterations, int outerIterations, int solverIterations ) |
Parameters
- alpha
- Type: System..::..Single
Flow smoothness
- gamma
- Type: System..::..Single
Gradient constancy importance
- scaleFactor
- Type: System..::..Single
Pyramid scale factor
- innerIterations
- Type: System..::..Int32
Number of lagged non-linearity iterations (inner loop)
- outerIterations
- Type: System..::..Int32
Number of warping iterations (number of pyramid levels)
- solverIterations
- Type: System..::..Int32
Number of linear system solver iterations