From 8d85b4b54cd66a9484fcf9a69bc362cabc01f85b Mon Sep 17 00:00:00 2001 From: igraf <igraf@cl.uni-heidelberg.de> Date: Fri, 23 Feb 2024 18:06:28 +0100 Subject: [PATCH] Add info on resized image --- project/minimal_examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/project/minimal_examples/README.md b/project/minimal_examples/README.md index d00b8c3..6d4fc7b 100644 --- a/project/minimal_examples/README.md +++ b/project/minimal_examples/README.md @@ -51,6 +51,7 @@ python apply_filters.py ### 📊 Outputs Each run of the script will create the following files in the folder [`figures/examples_from_dataset/`](../figures/examples_from_dataset/): +- `banana-resized.jpg` :arrow_right: contains the image after resizing it to 50x50 pixels - `banana-edges.jpg` :arrow_right: contains the image with applied Canny edge detection filter - `baanan-sobel.jpg` :arrow_right: contains the image with applied Sobel filter - `banana-hsv.jpg` :arrow_right: contains the image with applied HSV filter -- GitLab