imgRangeMinMax: gets the values range from image file

Description Usage Arguments Value Examples

View source: R/imgRangeMinMax.R

Description

gets the values range from image file

Usage

1
imgRangeMinMax(pathFile, nameFileImag01)

Arguments

pathFile

: string (path)

nameFileImag01

: string (file name)

Value

vector of real numbers

Examples

1
2
3
pathFile <- "C:/Images"
nameFileImag01 <- "Image.bmp"
imgRangeMinMax(pathFile, nameFileImag01)

DanGit01/ToImagen documentation built on May 29, 2019, 1:51 a.m.