I want to calculate the amount of generated images from the image augmentation API from Keras. It is unclear to me if each setting is also used in combination with other settings.
I have the following settings:
Rotation range: 0.2, Width shift: 0.05, Height shift: 0.05, Shear range: 0.05, Zoom range: 0.05, Horizontal flip: True, Fill mode: Nearest
For example, does it do horizontal flips for all augmentated images as well or only for the input images? And what would then be the total amount of generated images with the parameters above?