Learn R Programming

xROI (version 0.1.1)

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

path to the JPEF files

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