diff --git a/Algorithm.pdf b/Articles/Algorithm.pdf similarity index 100% rename from Algorithm.pdf rename to Articles/Algorithm.pdf diff --git a/Stereoscopy_(Mrovlje).pdf b/Articles/Stereoscopy_(Mrovlje).pdf similarity index 100% rename from Stereoscopy_(Mrovlje).pdf rename to Articles/Stereoscopy_(Mrovlje).pdf diff --git a/README.md b/README.md index c4163e2..66fa049 100644 --- a/README.md +++ b/README.md @@ -68,3 +68,16 @@ quote where the original code comes from. in return. Phyks --------------------------------------------------------------------------------- + +## Note about the content of this repository + +This repository contains : + +* An _Articles_ folder containing the PDF of the articles I found on the Internet about this subject and that I intensively use to code. +* A _bmp.c_ code to load a bmp image (personnal implementation, not used in the definitive version - I used OpenCV to handle all formats instead). +* A _Rapport_ folder containing a report on the code in French. Not very useful I think... +* A _RGB2Grey.c_ code to converts RGB images to Grey levels images (_idem_ it's a personnal implementation of the OpenCV equivalent. I used OpenCV in the definitive code). +* A _sobel.c_ code to apply a Sobel on an image (_idem_, personnal version, used the OpenCV equivalent in the definitive code) +* A _stereo.c_ code that is **THE MAIN AND DEFINITIVE CODE** that handle the stereoscopic measurement. +* A _Test images_ folder containing some images I used to test the algorithm. They have been taken by myself and you can do whatever you want with them (except those showing a table with a bottle of wine which has been taken by somebody else and for which all rights are reserved). +* A _Values used for camera specs_ file containing the params I used for my camera. These should be relatively standard and give a good approximation for standard cameras. diff --git a/29.bmp b/Test images/29.bmp similarity index 100% rename from 29.bmp rename to Test images/29.bmp diff --git a/29.jpg b/Test images/29.jpg similarity index 100% rename from 29.jpg rename to Test images/29.jpg diff --git a/29_grey.jpg b/Test images/29_grey.jpg similarity index 100% rename from 29_grey.jpg rename to Test images/29_grey.jpg diff --git a/30.jpg b/Test images/30.jpg similarity index 100% rename from 30.jpg rename to Test images/30.jpg diff --git a/30_small.jpg b/Test images/30_small.jpg similarity index 100% rename from 30_small.jpg rename to Test images/30_small.jpg diff --git a/31.jpg b/Test images/31.jpg similarity index 100% rename from 31.jpg rename to Test images/31.jpg diff --git a/IMG_0114b.JPG b/Test images/IMG_0114b.JPG similarity index 100% rename from IMG_0114b.JPG rename to Test images/IMG_0114b.JPG diff --git a/IMG_0114s.JPG b/Test images/IMG_0114s.JPG similarity index 100% rename from IMG_0114s.JPG rename to Test images/IMG_0114s.JPG diff --git a/IMG_0114s.bmp b/Test images/IMG_0114s.bmp similarity index 100% rename from IMG_0114s.bmp rename to Test images/IMG_0114s.bmp diff --git a/IMG_0115b.JPG b/Test images/IMG_0115b.JPG similarity index 100% rename from IMG_0115b.JPG rename to Test images/IMG_0115b.JPG diff --git a/IMG_0115s.JPG b/Test images/IMG_0115s.JPG similarity index 100% rename from IMG_0115s.JPG rename to Test images/IMG_0115s.JPG diff --git a/Left.JPG b/Test images/Left.JPG similarity index 100% rename from Left.JPG rename to Test images/Left.JPG diff --git a/Left2.JPG b/Test images/Left2.JPG similarity index 100% rename from Left2.JPG rename to Test images/Left2.JPG diff --git a/Right.JPG b/Test images/Right.JPG similarity index 100% rename from Right.JPG rename to Test images/Right.JPG diff --git a/Right2.JPG b/Test images/Right2.JPG similarity index 100% rename from Right2.JPG rename to Test images/Right2.JPG diff --git a/Test.gif b/Test.gif deleted file mode 100644 index 61042c8..0000000 Binary files a/Test.gif and /dev/null differ diff --git a/TestL.jpg b/TestL.jpg deleted file mode 100644 index 68782b6..0000000 Binary files a/TestL.jpg and /dev/null differ diff --git a/TestR.jpg b/TestR.jpg deleted file mode 100644 index 3dbd276..0000000 Binary files a/TestR.jpg and /dev/null differ diff --git a/Notes valeurs de D, f et deltaX b/Values used for camera specs similarity index 100% rename from Notes valeurs de D, f et deltaX rename to Values used for camera specs