Method Process
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Process(Mat, Mat)
Main process of the algorithm. This method computes the sparse seeds and then densifies them.
Initially input images are converted to gray-scale and then the sparse matching is performed, followed by the propagation of the corresponding points.
public virtual void Process(Mat imgLeft, Mat imgRight)