icevision_Resize {fastai} | R Documentation |
Resize
Description
Resize the input to the given height and width.
Usage
icevision_Resize(height, width, interpolation = 1, always_apply = FALSE, p = 1)
Arguments
height |
height |
width |
width |
interpolation |
interpolation |
always_apply |
always_apply |
p |
p |
Value
None
Targets
image, mask, bboxes, keypoints
Image types
uint8, float32
[Package fastai version 2.2.2 Index]