Class RightMatcher
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
IStereoMatcherMain stereo matcher instance that will be used with the filter
Properties
StereoMatcherPtr
Pointer to the stereo matcher
public nint StereoMatcherPtr { get; }
Property Value
Methods
DisposeObject()
Release the unmanaged memory associated with the RightMatcher
protected override void DisposeObject()