public class StereoBM extends StereoMatcher
| Modifier and Type | Field and Description | 
|---|---|
| static int | PREFILTER_NORMALIZED_RESPONSE | 
| static int | PREFILTER_XSOBEL | 
DISP_SCALE, DISP_SHIFT| Modifier | Constructor and Description | 
|---|---|
| protected  | StereoBM(long addr) | 
| Modifier and Type | Method and Description | 
|---|---|
| static StereoBM | create() | 
| static StereoBM | create(int numDisparities,
      int blockSize) | 
| protected void | finalize() | 
| int | getPreFilterCap() | 
| int | getPreFilterSize() | 
| int | getPreFilterType() | 
| Rect | getROI1() | 
| Rect | getROI2() | 
| int | getSmallerBlockSize() | 
| int | getTextureThreshold() | 
| int | getUniquenessRatio() | 
| void | setPreFilterCap(int preFilterCap) | 
| void | setPreFilterSize(int preFilterSize) | 
| void | setPreFilterType(int preFilterType) | 
| void | setROI1(Rect roi1) | 
| void | setROI2(Rect roi2) | 
| void | setSmallerBlockSize(int blockSize) | 
| void | setTextureThreshold(int textureThreshold) | 
| void | setUniquenessRatio(int uniquenessRatio) | 
compute, getBlockSize, getDisp12MaxDiff, getMinDisparity, getNumDisparities, getSpeckleRange, getSpeckleWindowSize, setBlockSize, setDisp12MaxDiff, setMinDisparity, setNumDisparities, setSpeckleRange, setSpeckleWindowSizeclear, getDefaultName, savepublic static final int PREFILTER_NORMALIZED_RESPONSE
public static final int PREFILTER_XSOBEL
protected StereoBM(long addr)
public int getPreFilterCap()
public int getPreFilterSize()
public int getPreFilterType()
public int getSmallerBlockSize()
public int getTextureThreshold()
public int getUniquenessRatio()
public void setPreFilterCap(int preFilterCap)
public void setPreFilterSize(int preFilterSize)
public void setPreFilterType(int preFilterType)
public void setSmallerBlockSize(int blockSize)
public void setTextureThreshold(int textureThreshold)
public void setUniquenessRatio(int uniquenessRatio)
protected void finalize() throws java.lang.Throwable
finalize in class StereoMatcherjava.lang.Throwable