Class SparseMatchInterpolator
- Namespace
- OpenCvSharp.XImgProc
- Assembly
- OpenCvSharp.dll
Main interface for all filters, that take sparse matches as an input and produce a dense per-pixel matching (optical flow) as an output.
public abstract class SparseMatchInterpolator : Algorithm, IDisposable
- Inheritance
-
SparseMatchInterpolator
- Implements
- Derived
- Inherited Members
Constructors
- SparseMatchInterpolator(nint, nint, Action<nint>)
Constructor for the factory pattern (cv::Ptr<T>* + raw T*).
Methods
- Interpolate(InputArray, InputArray, InputArray, InputArray, OutputArray)
Interpolate input sparse matches.