Class PyrLKOpticalFlow
Inheritance
System.Object
PyrLKOpticalFlow
Implements
Inherited Members
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public class PyrLKOpticalFlow : DenseOpticalFlowExt, ICvPtrHolder
Properties
| Improve this Doc View SourceIterations
Declaration
public int Iterations { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MaxLevel
Declaration
public int MaxLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
WindowSize
Declaration
public int WindowSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceDisposeManaged()
Releases managed resources
Declaration
protected override void DisposeManaged()