C# Class Emgu.CV.Cuda.CudaDensePyrLKOpticalFlow

PyrLK optical flow
Inheritance: UnmanagedObject, IDenseOpticalFlow
Afficher le fichier Open project: rlabrecque/RLSolitaireBot Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Create the PyrLK optical flow solver

Méthodes protégées

Méthode Description
DisposeObject ( ) : void

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

Method Details

CudaDensePyrLKOpticalFlow() public méthode

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.
Résultat System

DisposeObject() protected méthode

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