im_serialize: Convert an image to a numeric vector Pixel values of R...

View source: R/pictplot.R

im_serializeR Documentation

Convert an image to a numeric vector Pixel values of R channel comes first, and then G, and finally B. Each channel is serialized vertically (column-wise).

Description

Convert an image to a numeric vector Pixel values of R channel comes first, and then G, and finally B. Each channel is serialized vertically (column-wise).

Usage

im_serialize(im)

Arguments

im

an image

Examples

x = im_serialize(regatta)

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