@Namespace(value="cv::ximgproc") @Properties(inherit=opencv_ximgproc.class) public class DisparityWLSFilter extends DisparityFilter
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
DisparityWLSFilter(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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, getPointer, position, read, save, save, write, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic DisparityWLSFilter(Pointer p)
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 Mat getConfidenceMap()
Copyright © 2021. All rights reserved.