Table of Contents

Method Create

Namespace
OpenCvSharp.XImgProc
Assembly
OpenCvSharp.dll

Create(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 Create(StereoMatcher matcherLeft)

Parameters

matcherLeft StereoMatcher

stereo matcher instance that will be used with the filter.

Returns

DisparityWLSFilter