Uses of Class
org.opencv.ximgproc.DisparityFilter
-
Packages that use DisparityFilter Package Description org.opencv.ximgproc -
-
Uses of DisparityFilter in org.opencv.ximgproc
Subclasses of DisparityFilter in org.opencv.ximgproc Modifier and Type Class Description class
DisparityWLSFilter
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.Methods in org.opencv.ximgproc that return DisparityFilter Modifier and Type Method Description static DisparityFilter
DisparityFilter. __fromPtr__(long addr)
-