powered by
This function returns the R,G,B vectors extracted from the center-line of a JPEG file
getCL(file)
a character string, path to the JPEF file
a three-column matrix of red, green blue bands of the center line
# NOT RUN { f <- system.file(package = 'xROI', 'dukehw.jpg') cli <- getCL(f) # }
Run the code above in your browser using DataLab