Convert RGB image to grayscale with optimized memory management and parallel processing
Source:R/LilHelpers3.R
rgb2gray.Rd
Convert RGB image to grayscale with optimized memory management and parallel processing
Examples
data(seg_Oulanka2023_Session01_T067)
img = seg_Oulanka2023_Session01_T067
gray.raster = rgb2gray(img)