powered by
This function returns CLI array for vector of JPEG files
getCLArray(files)
a vector of character strings, paths to the JPEF files
A 3D array. The center line image as an array (NxHx3), where N is number of files, and H is the height of an image in pixels.
# NOT RUN { f <- system.file(package = 'xROI', 'dukehw.jpg') cli <- getCL(f) # }
Run the code above in your browser using DataLab