diff --git a/multi-channel_stitching/Img1_4channels.npy b/multi-channel_stitching/Img1_4channels.npy new file mode 100644 index 0000000..f947626 Binary files /dev/null and b/multi-channel_stitching/Img1_4channels.npy differ diff --git a/multi-channel_stitching/Img2_4channels.npy b/multi-channel_stitching/Img2_4channels.npy new file mode 100644 index 0000000..faaf07f Binary files /dev/null and b/multi-channel_stitching/Img2_4channels.npy differ diff --git a/multi-channel_stitching/README.md b/multi-channel_stitching/README.md new file mode 100644 index 0000000..883de08 --- /dev/null +++ b/multi-channel_stitching/README.md @@ -0,0 +1,3 @@ +Two test files are provided which both contain 3D numpy arrays. The first two coordinates are spatial, the third coordinate contains different channels of which 4 are included in the files. + +The data is offered for use in the OpenCV project to aid the development of multi-channel stitching. It may be copied and modified for this purpose, only.