From d3da2e5ee4a020fab7c061592dcf13fe39c19d9e Mon Sep 17 00:00:00 2001 From: Erick <74315338+erickahmed@users.noreply.github.com> Date: Thu, 30 Jun 2022 19:12:54 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b537e3..bff49c9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ -# opencv-resizer -Image resizer script with OpenCV for ML input homogenization +# Image Manipulation Tools +Collection of useful scripts for image manipulation for dataset/ML usage + +## Image Resizer +Resize a set of images to a given resolution (default: 640x640px) and save them separately.