Show / Hide Table of Contents

Class DenseOpticalFlowExt

Inheritance
System.Object
DisposableObject
DisposableCvObject
Algorithm
DenseOpticalFlowExt
BroxOpticalFlow
DualTVL1OpticalFlow
FarnebackOpticalFlow
PyrLKOpticalFlow
Implements
ICvPtrHolder
Inherited Members
Algorithm.Write(FileStorage)
Algorithm.Read(FileNode)
Algorithm.Empty
Algorithm.Save(String)
Algorithm.GetDefaultName()
DisposableCvObject.ptr
DisposableCvObject.DisposeUnmanaged()
DisposableCvObject.CvPtr
DisposableObject.DataHandle
DisposableObject.IsDisposed
DisposableObject.IsEnabledDispose
DisposableObject.AllocatedMemory
DisposableObject.AllocatedMemorySize
DisposableObject.Dispose()
DisposableObject.Dispose(Boolean)
DisposableObject.DisposeManaged()
DisposableObject.AllocGCHandle(Object)
DisposableObject.AllocMemory(Int32)
DisposableObject.NotifyMemoryPressure(Int64)
DisposableObject.ThrowIfDisposed()
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public abstract class DenseOpticalFlowExt : Algorithm, ICvPtrHolder

Methods

| Improve this Doc View Source

Calc(InputArray, InputArray, OutputArray, OutputArray)

Declaration
public virtual void Calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2 = null)
Parameters
Type Name Description
InputArray frame0
InputArray frame1
OutputArray flow1
OutputArray flow2
| Improve this Doc View Source

CollectGarbage()

Clear all inner buffers.

Declaration
public virtual void CollectGarbage()
| Improve this Doc View Source

CreateBrox_CUDA()

Declaration
public static DenseOpticalFlowExt CreateBrox_CUDA()
Returns
Type Description
DenseOpticalFlowExt
| Improve this Doc View Source

CreateDualTVL1()

Declaration
public static DenseOpticalFlowExt CreateDualTVL1()
Returns
Type Description
DenseOpticalFlowExt
| Improve this Doc View Source

CreateDualTVL1_CUDA()

Declaration
public static DenseOpticalFlowExt CreateDualTVL1_CUDA()
Returns
Type Description
DenseOpticalFlowExt
| Improve this Doc View Source

CreateFarneback()

Declaration
public static DenseOpticalFlowExt CreateFarneback()
Returns
Type Description
DenseOpticalFlowExt
| Improve this Doc View Source

CreateFarneback_CUDA()

Declaration
public static DenseOpticalFlowExt CreateFarneback_CUDA()
Returns
Type Description
DenseOpticalFlowExt
| Improve this Doc View Source

CreatePyrLK_CUDA()

Declaration
public static DenseOpticalFlowExt CreatePyrLK_CUDA()
Returns
Type Description
DenseOpticalFlowExt

Implements

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