jax.image package

Warning

This page was created from a pull request (#9655).

jax.image package

Common functions for neural network libraries.

Image manipulation functions

resize(image, shape, method[, antialias, ...])

Image resize.

scale_and_translate(image, shape, ...[, ...])

Apply a scale and translation to an image.