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