Table of Contents

Class RightMatcher

Namespace
Emgu.CV.XImgproc
Assembly
Emgu.CV.dll

The matcher for computing the right-view disparity map that is required in case of filtering with confidence.

public class RightMatcher : SharedPtrObject, IDisposable, IStereoMatcher
Inheritance
RightMatcher
Implements
Inherited Members
Extension Methods

Constructors

RightMatcher(IStereoMatcher)

Set up the matcher for computing the right-view disparity map that is required in case of filtering with confidence.

public RightMatcher(IStereoMatcher matcherLeft)

Parameters

matcherLeft IStereoMatcher

Main stereo matcher instance that will be used with the filter

Properties

StereoMatcherPtr

Pointer to the stereo matcher

public nint StereoMatcherPtr { get; }

Property Value

nint

Methods

DisposeObject()

Release the unmanaged memory associated with the RightMatcher

protected override void DisposeObject()