DisparityWLSFilter Constructor (IStereoMatcher) |
http://www.emgu.com
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.
Namespace:
Emgu.CV.XImgproc
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic DisparityWLSFilter(
IStereoMatcher matcherLeft
)
Public Sub New (
matcherLeft As IStereoMatcher
)
public:
DisparityWLSFilter(
IStereoMatcher^ matcherLeft
)
new :
matcherLeft : IStereoMatcher -> DisparityWLSFilter
Parameters
- matcherLeft
- Type: Emgu.CVIStereoMatcher
stereo matcher instance that will be used with the filter
See Also