| sd_image_to_array | R Documentation |
Converts the raw uint8 SD image format to a [height, width, channels] numeric array with values in [0, 1] suitable for R image processing.
sd_image_to_array(image)
image |
SD image list (width, height, channel, data) |
3D numeric array [height, width, channels] in [0, 1]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.