melt_channels: Melt channels

Description Usage Arguments Value Author(s)

Description

Takes an RGB image and melts every chanel independently, by converting every cell into a line

Usage

1
melt_channels(x, varnames = c("R", "G", "B"))

Arguments

x

An RGB image

varnames

Character vector with the names to give the variables in the result

Value

A data.frame where each row is a coordinate, and contains the value for that coordinate on each of the three chanels in the original image

Author(s)

Sur Herrera Paredes


surh/RosetteDetector documentation built on May 14, 2019, 10:36 a.m.