Class RandomFlipTopBottom

  • All Implemented Interfaces:
    Transform

    public class RandomFlipTopBottom
    extends java.lang.Object
    implements Transform
    A Transform that randomly flip the input image top to bottom with a probability of 0.5.
    • Constructor Detail

      • RandomFlipTopBottom

        public RandomFlipTopBottom()