Click or drag to resize

DisparityWLSFilter Constructor

http://www.emgu.com
Overload List
  NameDescription
Public methodDisparityWLSFilter(Boolean)
Create instance of DisparityWLSFilter and execute basic initialization routines. When using this method you will need to set-up the ROI, matchers and other parameters by yourself.
Public methodDisparityWLSFilter(IStereoMatcher)
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.
Top
See Also