class
LongestMaxSize
extends
_MaxSizeResizeLongestMaxSize(max_size: int, interpolation: int | str | Interpolation = 1, p: float = 1.0)Scale so the longer side equals max_size (Albumentations LongestMaxSize).
Computes the scale factor max_size / max(H, W) and applies it
to both axes — the aspect ratio is preserved and the shorter side
ends up at most as large as max_size. Image uses
interpolation, masks use nearest.
Parameters
max_sizeintTarget length of the longer side after resize.
Image resampling mode (OpenCV codes accepted).
pfloat= 1.0Probability of applying the transform.