Click or drag to resize
CudaOpticalFlowDualTvl1 Constructor
http://www.emgu.com
Initializes a new instance of the CudaOpticalFlowDualTvl1 class.

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public CudaOpticalFlowDualTvl1(
	double tau,
	double lambda,
	double theta,
	int nscales,
	int warps,
	double epsilon,
	int iterations,
	double scaleStep,
	double gamma,
	bool useInitialFlow
)

Parameters

tau
Type: SystemDouble

[Missing <param name="tau"/> documentation for "M:Emgu.CV.Cuda.CudaOpticalFlowDualTvl1.#ctor(System.Double,System.Double,System.Double,System.Int32,System.Int32,System.Double,System.Int32,System.Double,System.Double,System.Boolean)"]

lambda
Type: SystemDouble

[Missing <param name="lambda"/> documentation for "M:Emgu.CV.Cuda.CudaOpticalFlowDualTvl1.#ctor(System.Double,System.Double,System.Double,System.Int32,System.Int32,System.Double,System.Int32,System.Double,System.Double,System.Boolean)"]

theta
Type: SystemDouble

[Missing <param name="theta"/> documentation for "M:Emgu.CV.Cuda.CudaOpticalFlowDualTvl1.#ctor(System.Double,System.Double,System.Double,System.Int32,System.Int32,System.Double,System.Int32,System.Double,System.Double,System.Boolean)"]

nscales
Type: SystemInt32

[Missing <param name="nscales"/> documentation for "M:Emgu.CV.Cuda.CudaOpticalFlowDualTvl1.#ctor(System.Double,System.Double,System.Double,System.Int32,System.Int32,System.Double,System.Int32,System.Double,System.Double,System.Boolean)"]

warps
Type: SystemInt32

[Missing <param name="warps"/> documentation for "M:Emgu.CV.Cuda.CudaOpticalFlowDualTvl1.#ctor(System.Double,System.Double,System.Double,System.Int32,System.Int32,System.Double,System.Int32,System.Double,System.Double,System.Boolean)"]

epsilon
Type: SystemDouble

[Missing <param name="epsilon"/> documentation for "M:Emgu.CV.Cuda.CudaOpticalFlowDualTvl1.#ctor(System.Double,System.Double,System.Double,System.Int32,System.Int32,System.Double,System.Int32,System.Double,System.Double,System.Boolean)"]

iterations
Type: SystemInt32

[Missing <param name="iterations"/> documentation for "M:Emgu.CV.Cuda.CudaOpticalFlowDualTvl1.#ctor(System.Double,System.Double,System.Double,System.Int32,System.Int32,System.Double,System.Int32,System.Double,System.Double,System.Boolean)"]

scaleStep
Type: SystemDouble

[Missing <param name="scaleStep"/> documentation for "M:Emgu.CV.Cuda.CudaOpticalFlowDualTvl1.#ctor(System.Double,System.Double,System.Double,System.Int32,System.Int32,System.Double,System.Int32,System.Double,System.Double,System.Boolean)"]

gamma
Type: SystemDouble

[Missing <param name="gamma"/> documentation for "M:Emgu.CV.Cuda.CudaOpticalFlowDualTvl1.#ctor(System.Double,System.Double,System.Double,System.Int32,System.Int32,System.Double,System.Int32,System.Double,System.Double,System.Boolean)"]

useInitialFlow
Type: SystemBoolean

[Missing <param name="useInitialFlow"/> documentation for "M:Emgu.CV.Cuda.CudaOpticalFlowDualTvl1.#ctor(System.Double,System.Double,System.Double,System.Int32,System.Int32,System.Double,System.Int32,System.Double,System.Double,System.Boolean)"]

See Also