Description Usage Arguments Details Value Examples
Load images using the given loader() function, and concatenate all images loaded as a new multi-channel image.
1 2 3 4 5 |
files |
files to load. |
loader |
a function to load the images. |
h |
OPTIONAL, height of the image. Default: Evaluated during run. |
w |
OPTIONAL, width of the image. Default: Evaluated during run. |
nch |
OPTIONAL, total channel number of the concatenated image. Default: Evaluated during run. |
channel_last |
whether the images are channel_last format. Default: TRUE |
ret.flatten |
whether to return a flatten vector. Default: FALSE |
It is encouraged to provide h and w unless ret.flatten is TRUE, since an extra loading is run to evaluate them thus reducing performance.
a 3-d array.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.