added images

This commit is contained in:
Andrey Tkachenko 2014-07-07 11:17:48 +04:00
parent 6544aaf145
commit 1d08b711b0
11 changed files with 2 additions and 2 deletions

BIN
img/left10.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 KiB

BIN
img/left11.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

BIN
img/left12.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 KiB

BIN
img/left3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 KiB

BIN
img/left9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

BIN
img/right10.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 KiB

BIN
img/right11.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

BIN
img/right12.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB

BIN
img/right3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 KiB

BIN
img/right9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 KiB

View File

@ -13,8 +13,8 @@
using namespace cv;
int main(int argc, char** argv) {
Mat matLeft = imread("left8.png", 1);
Mat matRight = imread("right8.png", 1);
Mat matLeft = imread("img/left11.png", 1);
Mat matRight = imread("img/right11.png", 1);
Mat matStereo(Mat::zeros(matLeft.rows, matLeft.cols, CV_8U));
SvImage left(matLeft);