Click or drag to resize
CudaInvokeCalc Method (ICudaDenseOpticalFlow, IInputArray, IInputArray, IInputOutputArray, Stream)
http://www.emgu.com

[Missing <summary> documentation for "M:Emgu.CV.Cuda.CudaInvoke.Calc(Emgu.CV.Cuda.ICudaDenseOpticalFlow,Emgu.CV.IInputArray,Emgu.CV.IInputArray,Emgu.CV.IInputOutputArray,Emgu.CV.Cuda.Stream)"]

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public static void Calc(
	this ICudaDenseOpticalFlow denseFlow,
	IInputArray i0,
	IInputArray i1,
	IInputOutputArray flow,
	Stream stream = null
)

Parameters

denseFlow
Type: Emgu.CV.CudaICudaDenseOpticalFlow

[Missing <param name="denseFlow"/> documentation for "M:Emgu.CV.Cuda.CudaInvoke.Calc(Emgu.CV.Cuda.ICudaDenseOpticalFlow,Emgu.CV.IInputArray,Emgu.CV.IInputArray,Emgu.CV.IInputOutputArray,Emgu.CV.Cuda.Stream)"]

i0
Type: Emgu.CVIInputArray

[Missing <param name="i0"/> documentation for "M:Emgu.CV.Cuda.CudaInvoke.Calc(Emgu.CV.Cuda.ICudaDenseOpticalFlow,Emgu.CV.IInputArray,Emgu.CV.IInputArray,Emgu.CV.IInputOutputArray,Emgu.CV.Cuda.Stream)"]

i1
Type: Emgu.CVIInputArray

[Missing <param name="i1"/> documentation for "M:Emgu.CV.Cuda.CudaInvoke.Calc(Emgu.CV.Cuda.ICudaDenseOpticalFlow,Emgu.CV.IInputArray,Emgu.CV.IInputArray,Emgu.CV.IInputOutputArray,Emgu.CV.Cuda.Stream)"]

flow
Type: Emgu.CVIInputOutputArray

[Missing <param name="flow"/> documentation for "M:Emgu.CV.Cuda.CudaInvoke.Calc(Emgu.CV.Cuda.ICudaDenseOpticalFlow,Emgu.CV.IInputArray,Emgu.CV.IInputArray,Emgu.CV.IInputOutputArray,Emgu.CV.Cuda.Stream)"]

stream (Optional)
Type: Emgu.CV.CudaStream

[Missing <param name="stream"/> documentation for "M:Emgu.CV.Cuda.CudaInvoke.Calc(Emgu.CV.Cuda.ICudaDenseOpticalFlow,Emgu.CV.IInputArray,Emgu.CV.IInputArray,Emgu.CV.IInputOutputArray,Emgu.CV.Cuda.Stream)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ICudaDenseOpticalFlow. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also