Table of Contents

Method CreateDisparityWLSFilter

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

CreateDisparityWLSFilter(StereoMatcher)

Convenience factory method that creates an instance of DisparityWLSFilter and sets up all the relevant filter parameters automatically based on the matcher instance. Currently supports only StereoBM and StereoSGBM.

public static DisparityWLSFilter CreateDisparityWLSFilter(StereoMatcher matcherLeft)

Parameters

matcherLeft StereoMatcher

stereo matcher instance that will be used with the filter.

Returns

DisparityWLSFilter