Package org.opencv.ximgproc
Class DisparityWLSFilter
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.ximgproc.DisparityFilter
-
- org.opencv.ximgproc.DisparityWLSFilter
-
public class DisparityWLSFilter extends DisparityFilter
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DisparityWLSFilter(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DisparityWLSFilter
__fromPtr__(long addr)
protected void
finalize()
Mat
getConfidenceMap()
int
getDepthDiscontinuityRadius()
double
getLambda()
int
getLRCthresh()
Rect
getROI()
double
getSigmaColor()
void
setDepthDiscontinuityRadius(int _disc_radius)
void
setLambda(double _lambda)
void
setLRCthresh(int _LRC_thresh)
void
setSigmaColor(double _sigma_color)
-
Methods inherited from class org.opencv.ximgproc.DisparityFilter
filter, filter, filter, filter
-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static DisparityWLSFilter __fromPtr__(long addr)
-
getConfidenceMap
public Mat getConfidenceMap()
-
getROI
public Rect getROI()
-
getLambda
public double getLambda()
-
getSigmaColor
public double getSigmaColor()
-
getDepthDiscontinuityRadius
public int getDepthDiscontinuityRadius()
-
getLRCthresh
public int getLRCthresh()
-
setDepthDiscontinuityRadius
public void setDepthDiscontinuityRadius(int _disc_radius)
-
setLRCthresh
public void setLRCthresh(int _LRC_thresh)
-
setLambda
public void setLambda(double _lambda)
-
setSigmaColor
public void setSigmaColor(double _sigma_color)
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classDisparityFilter
- Throws:
java.lang.Throwable
-
-