@Namespace(value="cv::ximgproc") public static class opencv_ximgproc.DisparityWLSFilter extends opencv_ximgproc.DisparityFilter
| Constructor and Description |
|---|
DisparityWLSFilter(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Mat |
getConfidenceMap()
\brief Get the confidence map that was used in the last filter call.
|
int |
getDepthDiscontinuityRadius()
\brief DepthDiscontinuityRadius is a parameter used in confidence computation.
|
double |
getLambda()
\brief Lambda is a parameter defining the amount of regularization during filtering.
|
int |
getLRCthresh()
\brief LRCthresh is a threshold of disparity difference used in left-right-consistency check during
confidence map computation.
|
opencv_core.Rect |
getROI()
\brief Get the ROI used in the last filter call
|
double |
getSigmaColor()
\brief SigmaColor is a parameter defining how sensitive the filtering process is to source image edges.
|
void |
setDepthDiscontinuityRadius(int _disc_radius) |
void |
setLambda(double _lambda) |
void |
setLRCthresh(int _LRC_thresh) |
void |
setSigmaColor(double _sigma_color) |
filter, filter, filter, filter, filter, filterclear, empty, getDefaultName, position, read, save, save, write, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic DisparityWLSFilter(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public double getLambda()
public void setLambda(double _lambda)
getLambdapublic double getSigmaColor()
public void setSigmaColor(double _sigma_color)
getSigmaColorpublic int getLRCthresh()
public void setLRCthresh(int _LRC_thresh)
getLRCthreshpublic int getDepthDiscontinuityRadius()
public void setDepthDiscontinuityRadius(int _disc_radius)
getDepthDiscontinuityRadius@ByVal public opencv_core.Mat getConfidenceMap()
@ByVal public opencv_core.Rect getROI()
Copyright © 2018. All rights reserved.