Class BroxOpticalFlow
Inheritance
System.Object
BroxOpticalFlow
Assembly: OpenCvSharp.dll
Syntax
public class BroxOpticalFlow : DenseOpticalFlowExt, ICvPtrHolder
Properties
|
Improve this Doc
View Source
Alpha
Declaration
public double Alpha { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Gamma
Declaration
public double Gamma { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
InnerIterations
Declaration
public int InnerIterations { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OuterIterations
Declaration
public int OuterIterations { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ScaleFactor
Declaration
public double ScaleFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
SolverIterations
Declaration
public int SolverIterations { 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