getCLArray: Center line arrary of an array of image

Description Usage Arguments Value Examples

View source: R/getCLArray.R

Description

This function returns CLI array for vector of JPEG files

Usage

1

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

1
2
f <- system.file(package = 'xROI', 'dukehw.jpg')
cli <- getCL(f)

xROI documentation built on June 2, 2021, 9:07 a.m.