im_serialize_inv: Convert a serialized image to an image

View source: R/pictplot.R

im_serialize_invR Documentation

Convert a serialized image to an image

Description

Convert a serialized image to an image

Usage

im_serialize_inv(im, height, width, nc = 3)

Arguments

im

serialized image array

height

image height

width

image width

nc

number of channels

Examples

se = im_serialize(regatta)
im = im_serialize_inv(se, 450, 600)
sum((regatta - im)^2)

tsuda16k/pictplot documentation built on March 1, 2023, 8:44 p.m.