Class FarnebackOpticalFlow
Inheritance
System.Object
FarnebackOpticalFlow
Assembly: OpenCvSharp.dll
Syntax
public class FarnebackOpticalFlow : DenseOpticalFlowExt, ICvPtrHolder
Properties
|
Improve this Doc
View Source
Flags
Declaration
public int Flags { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Iterations
Declaration
public int Iterations { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LevelsNumber
Declaration
public int LevelsNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PolyN
Declaration
public int PolyN { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PolySigma
Declaration
public double PolySigma { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
PyrScale
Declaration
public double PyrScale { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
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
Implements