images_resize | R Documentation |
Resize loaded images
images_resize(imagelist, FUN, ...)
imagelist |
A list of loaded images returned by |
FUN |
The function to be applied for resizing images within |
... |
Optional arguments to |
A list of (resized) images.
Other Convolutional Neural Network (CNN):
alexnet()
,
as_CNN_image_X()
,
as_CNN_image_Y()
,
as_CNN_temp_X()
,
as_CNN_temp_Y()
,
as_images_array()
,
as_images_tensor()
,
images_load()
,
inception_resnet_v2()
,
inception_v3()
,
lenet5()
,
mobilenet()
,
mobilenet_v2()
,
mobilenet_v3()
,
nasnet()
,
resnet
,
unet()
,
vgg
,
xception()
,
zfnet()
For an example see as_images_tensor
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.