commit 9da0a5987eb245ff231ae563f9f5df14669a8458 Author: linlyboi Date: Mon Nov 6 20:26:14 2023 +0200 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..488377f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.ipynb_checkpoints/ +/Image_03.ipynb diff --git a/README.md b/README.md new file mode 100644 index 0000000..f429eec --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Image Processing +## Croppers +- [x] Cropped the image so it is just the flower +## Stitchers +- [x] Stitching multiple images together +## Main +- [x] enhance image with adaptive thresholding +sharpening and contrast stretching has minimal effect after thresholding