diff --git a/img/left10.png b/img/left10.png new file mode 100644 index 0000000..83189db Binary files /dev/null and b/img/left10.png differ diff --git a/img/left11.png b/img/left11.png new file mode 100644 index 0000000..26831fc Binary files /dev/null and b/img/left11.png differ diff --git a/img/left12.png b/img/left12.png new file mode 100644 index 0000000..1e1e919 Binary files /dev/null and b/img/left12.png differ diff --git a/img/left3.png b/img/left3.png new file mode 100644 index 0000000..0afd1d5 Binary files /dev/null and b/img/left3.png differ diff --git a/img/left9.png b/img/left9.png new file mode 100644 index 0000000..972ea03 Binary files /dev/null and b/img/left9.png differ diff --git a/img/right10.png b/img/right10.png new file mode 100644 index 0000000..56546f6 Binary files /dev/null and b/img/right10.png differ diff --git a/img/right11.png b/img/right11.png new file mode 100644 index 0000000..3ca3ba2 Binary files /dev/null and b/img/right11.png differ diff --git a/img/right12.png b/img/right12.png new file mode 100644 index 0000000..bb35e29 Binary files /dev/null and b/img/right12.png differ diff --git a/img/right3.png b/img/right3.png new file mode 100644 index 0000000..3cf8822 Binary files /dev/null and b/img/right3.png differ diff --git a/img/right9.png b/img/right9.png new file mode 100644 index 0000000..9c0c5fd Binary files /dev/null and b/img/right9.png differ diff --git a/src/main.cpp b/src/main.cpp index 33f4cdb..8fd9c5b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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);