Show / Hide Table of Contents

Class DualTVL1OpticalFlow

Inheritance
System.Object
DisposableObject
DisposableCvObject
Algorithm
DenseOpticalFlowExt
DualTVL1OpticalFlow
Implements
ICvPtrHolder
Inherited Members
DenseOpticalFlowExt.CreateFarneback()
DenseOpticalFlowExt.CreateFarneback_CUDA()
DenseOpticalFlowExt.CreateDualTVL1()
DenseOpticalFlowExt.CreateDualTVL1_CUDA()
DenseOpticalFlowExt.CreateBrox_CUDA()
DenseOpticalFlowExt.CreatePyrLK_CUDA()
DenseOpticalFlowExt.CollectGarbage()
DenseOpticalFlowExt.Calc(InputArray, InputArray, OutputArray, OutputArray)
Algorithm.Write(FileStorage)
Algorithm.Read(FileNode)
Algorithm.Empty
Algorithm.Save(String)
Algorithm.GetDefaultName()
DisposableCvObject.ptr
DisposableCvObject.CvPtr
DisposableObject.DataHandle
DisposableObject.IsDisposed
DisposableObject.IsEnabledDispose
DisposableObject.AllocatedMemory
DisposableObject.AllocatedMemorySize
DisposableObject.Dispose()
DisposableObject.Dispose(Boolean)
DisposableObject.AllocGCHandle(Object)
DisposableObject.AllocMemory(Int32)
DisposableObject.NotifyMemoryPressure(Int64)
DisposableObject.ThrowIfDisposed()
Namespace: OpenCvSharp
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
DisposableObject.DisposeManaged()
| Improve this Doc View Source

DisposeUnmanaged()

Declaration
protected override void DisposeUnmanaged()
Overrides
DisposableCvObject.DisposeUnmanaged()
| Improve this Doc View Source

Get()

Declaration
public override IntPtr Get()
Returns
Type Description
IntPtr

Implements

ICvPtrHolder
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX