Table of Contents

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)

Parameters

imgLeft Mat

The left channel of a stereo image pair.

imgRight Mat

The right channel of a stereo image pair.