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.