Rdocumentation
powered by
Learn R Programming
RgoogleMaps (version 1.0)
RGB2GRAY: translates an RGB image matrix to gray scale
Description
This function translates the rgb values of the array myTile into a scalar matrix with just one gray value per pixel.
Usage
RGB2GRAY(myTile)
Arguments
myTile
rgb image matrix, usually array with 3 dimensions
Value
gray scale image matrix
Details
Gray scale intensity defined as 0.30R + 0.59G + 0.11B