as_images_array: Convert (resized) images to 3D arrays

View source: R/deepCNN.r

as_images_arrayR Documentation

Convert (resized) images to 3D arrays

Description

Convert (resized) images to 3D arrays

Usage

as_images_array(imagelist, FUN, ...)

Arguments

imagelist

A list of (resized) images returned by either images_load() or images_resize().

FUN

The function to be applied for changing the representation of the images within imagelist. If no function is specified image_to_array() from keras is called.

...

Optional arguments to FUN.

Value

A list of images represented in 3D arrays with dimensions height, width and channels.

See Also

image_to_array.

Other Convolutional Neural Network (CNN): alexnet(), as_CNN_image_X(), as_CNN_image_Y(), as_CNN_temp_X(), as_CNN_temp_Y(), as_images_tensor(), images_load(), images_resize(), inception_resnet_v2(), inception_v3(), lenet5(), mobilenet(), mobilenet_v2(), mobilenet_v3(), nasnet(), resnet, unet(), vgg, xception(), zfnet()

Examples

  For an example see as_images_tensor.

stschn/deepANN documentation built on June 25, 2024, 7:27 a.m.