Learn R Programming

xROI (version 0.9.20)

getCLArray: Center line arrary of an array of image

Description

This function returns CLI array for vector of JPEG files

Usage

getCLArray(files)

Arguments

files

a vector of character strings, paths to the JPEF files

Value

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.

Examples

Run this code
# NOT RUN {
f <- system.file(package = 'xROI', 'dukehw.jpg')
cli <- getCL(f)

# }

Run the code above in your browser using DataLab