http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Compute the dense optical flow.
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public void Dense( GpuImage<Gray, byte> frame0, GpuImage<Gray, byte> frame1, GpuImage<Gray, float> u, GpuImage<Gray, float> v ) |
Visual Basic |
---|
Public Sub Dense ( _ frame0 As GpuImage(Of Gray, Byte), _ frame1 As GpuImage(Of Gray, Byte), _ u As GpuImage(Of Gray, Single), _ v As GpuImage(Of Gray, Single) _ ) |
Visual C++ |
---|
public: void Dense( GpuImage<Gray, unsigned char>^ frame0, GpuImage<Gray, unsigned char>^ frame1, GpuImage<Gray, float>^ u, GpuImage<Gray, float>^ v ) |
Parameters
- frame0
- Type: Emgu.CV.GPU..::..GpuImage<(Of <(<'Gray, Byte>)>)>
Source frame
- frame1
- Type: Emgu.CV.GPU..::..GpuImage<(Of <(<'Gray, Byte>)>)>
Frame to track (with the same size as frame0)
- u
- Type: Emgu.CV.GPU..::..GpuImage<(Of <(<'Gray, Single>)>)>
Flow horizontal component (along x axis)
- v
- Type: Emgu.CV.GPU..::..GpuImage<(Of <(<'Gray, Single>)>)>
Flow vertical component (along y axis)