Class DualTVL1OpticalFlow
Inheritance
System.Object
DualTVL1OpticalFlow
Assembly: OpenCvSharp.dll
Syntax
public class DualTVL1OpticalFlow : DenseOpticalFlowExt, ICvPtrHolder
Properties
|
Improve this Doc
View Source
Epsilon
Declaration
public double Epsilon { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Iterations
Declaration
public int Iterations { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Lambda
Declaration
public double Lambda { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
ScalesNumber
Declaration
public int ScalesNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Tau
Declaration
public double Tau { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Theta
Declaration
public double Theta { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
UseInitialFlow
Declaration
public bool UseInitialFlow { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
WarpingsNumber
Declaration
public int WarpingsNumber { 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