Image Augmentation Class

# Introduction In this challenge, you will create an image augmentation class using the OpenCV-Python library. This class will provide a set of methods for applying various image transformations, such as rotation, flipping, scaling, and color transformations. These augmentations can be used to expand a dataset for machine learning purposes, helping to improve model performance by increasing the diversity of input data.

|60 : 00

Click the virtual machine below to start practicing