imgStDeviation: gets the standard deviation value from image file

Description Usage Arguments Value Examples

View source: R/imgStDeviation.R

Description

gets the standard deviation value from image file

Usage

1
imgStDeviation(pathFile, nameFileImag01)

Arguments

pathFile

: string (path)

nameFileImag01

: string (file name)

Value

number

Examples

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

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