imgWidthHeightChannel: gets the width, height and channels number values from image...

Description Usage Arguments Value Examples

View source: R/imgWidthHeightChannel.R

Description

gets the width, height and channels number values from image file

Usage

1
imgWidthHeightChannel(pathFile, nameFileImag01)

Arguments

pathFile

: string (path)

nameFileImag01

: string (file name)

Value

vector of numbers

Examples

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

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