DisparityWLSFilter Constructor (Boolean) |
http://www.emgu.com
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.
Namespace:
Emgu.CV.XImgproc
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic DisparityWLSFilter(
bool useConfidence
)
Public Sub New (
useConfidence As Boolean
)
public:
DisparityWLSFilter(
bool useConfidence
)
new :
useConfidence : bool -> DisparityWLSFilter
Parameters
- useConfidence
- Type: SystemBoolean
Filtering with confidence requires two disparity maps (for the left and right views) and is approximately two times slower. However, quality is typically significantly better.
See Also