pub trait DisparityWLSFilterConst: DisparityFilterConst {
    fn as_raw_DisparityWLSFilter(&self) -> *const c_void;
}
Expand description

Disparity map filter based on Weighted Least Squares filter (in form of Fast Global Smoother that is a lot faster than traditional Weighted Least Squares filter implementations) and optional use of left-right-consistency-based confidence to refine the results in half-occlusions and uniform areas.

Required Methods

Implementors