C# Class Emgu.CV.Cuda.CudaDensePyrLKOpticalFlow

PyrLK optical flow
Inheritance: UnmanagedObject, IDenseOpticalFlow
ファイルを表示 Open project: rlabrecque/RLSolitaireBot Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CudaDensePyrLKOpticalFlow ( Size winSize, int maxLevel = 3, int iters = 30, bool useInitialFlow = false ) : System

Create the PyrLK optical flow solver

Protected Methods

Method Description
DisposeObject ( ) : void

Release all the unmanaged memory associated with this optical flow solver.

Method Details

CudaDensePyrLKOpticalFlow() public method

Create the PyrLK optical flow solver
public CudaDensePyrLKOpticalFlow ( Size winSize, int maxLevel = 3, int iters = 30, bool useInitialFlow = false ) : System
winSize Size Windows size. Use 21x21 for default
maxLevel int The maximum number of pyramid levels.
iters int The number of iterations.
useInitialFlow bool Weather or not use the initial flow in the input matrix.
return System

DisposeObject() protected method

Release all the unmanaged memory associated with this optical flow solver.
protected DisposeObject ( ) : void
return void