| 构造器和说明 |
|---|
SSD(BufferedImage leftImg,
BufferedImage rightImg) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected double |
getDist(int[] left,
int[] right) |
protected int |
getHeight() |
BufferedImage |
getLeftDisparityMap() |
protected int[][] |
getLeftMatrix() |
BufferedImage |
getRightDisparityMap() |
protected int[][] |
getRightMatrix() |
protected int |
getWidth() |
int |
getWindowSize() |
void |
setWindowSize(int n) |
public SSD(BufferedImage leftImg, BufferedImage rightImg)
public BufferedImage getLeftDisparityMap()
public BufferedImage getRightDisparityMap()
protected double getDist(int[] left,
int[] right)
public void setWindowSize(int n)
public int getWindowSize()
protected int[][] getLeftMatrix()
protected int[][] getRightMatrix()
protected int getWidth()
protected int getHeight()
Copyright © 2022. All rights reserved.