im_serialize_inv | R Documentation |
Convert a serialized image to an image
im_serialize_inv(im, height, width, nc = 3)
im |
serialized image array |
height |
image height |
width |
image width |
nc |
number of channels |
se = im_serialize(regatta) im = im_serialize_inv(se, 450, 600) sum((regatta - im)^2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.