Table of Contents

Class SparsePyrLKOpticalFlow

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Class used for calculating a sparse optical flow. The class can calculate an optical flow for a sparse feature set using the iterative Lucas-Kanade method with pyramids.

public class SparsePyrLKOpticalFlow : SparseOpticalFlow, IDisposable
Inheritance
SparsePyrLKOpticalFlow
Implements
Inherited Members

Properties

Flags

operation flags

MaxLevel

0-based maximal pyramid level number

MinEigThreshold

the algorithm calculates the minimum eigenvalue of a 2x2 normal matrix of optical flow equations

TermCriteria

termination criteria of the iterative search algorithm

WinSize

size of the search window at each pyramid level

Methods

Create(Size?, int, TermCriteria?, int, double)

Creates an instance of SparsePyrLKOpticalFlow