diff --git a/app/README.md b/app/README.md new file mode 100644 index 0000000..73c1340 --- /dev/null +++ b/app/README.md @@ -0,0 +1,2 @@ +# JavaCV/OpenCV Playground for Android. Image Stitching (Panorama) +The project contains a sample code for image stitching using [JavaCV](https://github.com/bytedeco/javacv) library. Test images can be found in `images` folder. \ No newline at end of file diff --git a/app/test images/pano1-1.jpeg b/app/test images/pano1-1.jpeg new file mode 100644 index 0000000..ae97e37 Binary files /dev/null and b/app/test images/pano1-1.jpeg differ diff --git a/app/test images/pano1-2.jpeg b/app/test images/pano1-2.jpeg new file mode 100644 index 0000000..b36ae4b Binary files /dev/null and b/app/test images/pano1-2.jpeg differ diff --git a/app/test images/pano1-3.jpeg b/app/test images/pano1-3.jpeg new file mode 100644 index 0000000..2f52f69 Binary files /dev/null and b/app/test images/pano1-3.jpeg differ diff --git a/app/test images/pano2-1.jpeg b/app/test images/pano2-1.jpeg new file mode 100644 index 0000000..45c8632 Binary files /dev/null and b/app/test images/pano2-1.jpeg differ diff --git a/app/test images/pano2-2.jpeg b/app/test images/pano2-2.jpeg new file mode 100644 index 0000000..6ed2e4d Binary files /dev/null and b/app/test images/pano2-2.jpeg differ diff --git a/app/test images/pano2-3.jpeg b/app/test images/pano2-3.jpeg new file mode 100644 index 0000000..02b52f5 Binary files /dev/null and b/app/test images/pano2-3.jpeg differ