class
Resize
extends
_NoParamsGeometricTransform[Empty]Resize(height: int, width: int, interpolation: int | str | Interpolation = 1, p: float = 1.0)Resize to an exact height x width (Albumentations Resize).
Parameters
heightintTarget spatial size.
widthintTarget spatial size.
Image resampling mode (OpenCV codes accepted; masks use nearest).
pfloat= 1.0No description.