Image Augmentation using OpenCV and Python.

When you develop a new deep learning model, it should be  trained with a huge input dataset. When the input training dataset size is small for computer vision applications, the performance of the model can be increased with Image augmentation.

Image augmentation is process of creating new dataset from the existing images with few image processing operations like

  1. Resize the image 
  2. Image Blur
  3. Image transformation: Affine transformation, Gaussian Blur 
  4. Image rotation
  5. Histogram Equalization
  6. Image padding
  7. Hue Image etc

Leave a Reply

Your email address will not be published. Required fields are marked *