Class RandomFlipLeftRight

  • All Implemented Interfaces:
    Transform

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

      • RandomFlipLeftRight

        public RandomFlipLeftRight()