From cf7fe74d750e2ad79089931d5f72ffbf3eb32f23 Mon Sep 17 00:00:00 2001 From: Erick Date: Thu, 30 Jun 2022 19:09:40 +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.