imgEntropy: gets the entropy value from image file

Description Usage Arguments Value Examples

View source: R/imgEntropy.R

Description

gets the entropy value from image file

Usage

1
imgEntropy(pathFile, nameFileImag01)

Arguments

pathFile

: string (path)

nameFileImag01

: string (file name)

Value

number

Examples

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

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