pysted.utils.resize
- pysted.utils.resize(*images)
Resize images to the shape of the largest (pad with zeros).
- Parameters:
images – Square shaped images.
- Returns:
A tuple of copies of the given images resized to the size of the largest input image.