Class OptFlowDeepFlow
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
DenseOpticalFlowPtr
Pointer to the unmanaged cv::DenseOpticalFlow
public nint DenseOpticalFlowPtr { get; }
Property Value
Methods
DisposeObject()
Release the unmanaged memory associated with this Object
protected override void DisposeObject()