From 9da0a5987eb245ff231ae563f9f5df14669a8458 Mon Sep 17 00:00:00 2001 From: linlyboi Date: Mon, 6 Nov 2023 20:26:14 +0200 Subject: [PATCH] init --- .gitignore | 2 ++ README.md | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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