f.read.image: Function to read image files

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

f.read.imageR Documentation

Function to read image files

Description

Function to read image files

Usage

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

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

DimitriF/quantlc documentation built on Sept. 14, 2023, 10:35 a.m.