ContainerΒΆ

Compose(transforms)

Composes several transforms together.

RandomApply(transforms[, p])

Apply randomly a list of transformations with a given probability.

RandomChoice(transforms[, p])

Apply single transformation randomly picked from a list.

RandomOrder(transforms)

Apply a list of transformations in a random order.

SequentialTransform(transforms, ...)

Sequentially apply a list of transforms.