f.read.image: Function to read image files

Description Usage Arguments Author(s) Examples

View source: R/f.read.image.R

Description

Function to read image files

Usage

1
f.read.image(source, height = NULL, Normalize = F, ls.format = F)

Arguments

source

the path of the file

height

redimension the file

Normalize

should the data be normalized, i.e. force the values on each channel between 0 and 1

ls.format

boolean to keep the pictures in list format

Author(s)

Dimitri Fichou

Examples

1
2
data <- f.read.image('www/rTLC_demopicture.JPG',height=256)
data %>% raster()

DimitriF/DLC documentation built on Oct. 14, 2020, 4:33 p.m.