.compl {imagefluency} | R Documentation |
.compl
Description
Returns the complexity of an image array / matrix or path.
Usage
.compl(img, algorithm, rotate)
Arguments
img |
An array or matrix of numeric values or integer values, or the file path to the image. |
algorithm |
character. Which compression algorithm to use. |
rotate |
logical. Image rotation by 90 degrees? |
Value
a numeric value (ratio compressed/uncompressed file size).
[Package imagefluency version 0.2.5 Index]