Table of Contents

Class OptFlowDeepFlow

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

DeepFlow optical flow algorithm implementation.

public class OptFlowDeepFlow : SharedPtrObject, IDisposable, IDenseOpticalFlow, IAlgorithm
Inheritance
OptFlowDeepFlow
Implements
Inherited Members
Extension Methods

Constructors

OptFlowDeepFlow()

Create an instance of DeepFlow optical flow algorithm.

public OptFlowDeepFlow()

Properties

AlgorithmPtr

Pointer to the unmanaged cv::Algorithm

public nint AlgorithmPtr { get; }

Property Value

nint

DenseOpticalFlowPtr

Pointer to the unmanaged cv::DenseOpticalFlow

public nint DenseOpticalFlowPtr { get; }

Property Value

nint

Methods

DisposeObject()

Release the unmanaged memory associated with this Object

protected override void DisposeObject()