splitchannels.folder: Split RGB images into channels and pixel size information
Description
Split RGB images into channels and pixel size information
Usage
splitchannels.folder(
path,
channels = c("red", "green", "blue"),
rgb.folder = "rgb",
normalize = FALSE,
cores = 1
)
Arguments
channels
Vector of channels in images
normalize
boolean. Should we try to do normalization
cores
Number of cores used in parallel, cores=1 implies no parallelization
Value
Nothing, folders red, green, blue and XYZmic include separate channels and pixel size information
Examples
Run this code# NOT RUN {
splitchannels.folder("./")
# }
Run the code above in your browser using DataLab