Augmax

Getting Started

  • Installation
  • Getting Started
    • A Simple Augmentation
    • jitting an Augmentation Pipeline
    • Additional Data
  • The Augmax Philosophy
    • Dynamic Fusion of Augmentations
      • Fusing Geometric Transformations
      • Fusing Colorspace Transformations

List of Augmentations

  • Geometric Transformations
    • Resize
    • Crop
    • CenterCrop
    • RandomCrop
    • RandomSizedCrop
    • HorizontalFlip
    • VerticalFlip
    • Rotate90
    • Rotate
    • Warp
  • Colorspace Transformations
    • ByteToFloat
    • Normalize
    • ChannelShuffle
    • ChannelDrop
    • RandomGrayscale
    • RandomBrightness
    • RandomContrast
    • RandomGamma
    • RandomChannelGamma
    • ColorJitter
    • Solarization
  • Image-Level Transformations
    • GridShuffle
    • Blur
    • GaussianBlur
Augmax
  • Index

Index

B | C | G | H | N | R | S | V | W

B

  • Blur (class in augmax)
  • ByteToFloat (class in augmax)

C

  • CenterCrop (class in augmax)
  • ChannelDrop (class in augmax)
  • ChannelShuffle (class in augmax)
  • ColorJitter (class in augmax)
  • Crop (class in augmax)

G

  • GaussianBlur (class in augmax)
  • GridShuffle (class in augmax)

H

  • HorizontalFlip (class in augmax)

N

  • Normalize (class in augmax)

R

  • RandomBrightness (class in augmax)
  • RandomChannelGamma (class in augmax)
  • RandomContrast (class in augmax)
  • RandomCrop (class in augmax)
  • RandomGamma (class in augmax)
  • RandomGrayscale (class in augmax)
  • RandomSizedCrop (class in augmax)
  • Resize (class in augmax)
  • Rotate (class in augmax)
  • Rotate90 (class in augmax)

S

  • Solarization (class in augmax)

V

  • VerticalFlip (class in augmax)

W

  • Warp (class in augmax)

© Copyright 2025, Konrad Heidler. Jax, NumPy and SciPy documentation are copyright to the respective authors.

Built with Sphinx using a theme provided by Read the Docs.