picmatrixTIFF: Converting TIFF to matrix.

Description Usage Arguments Value Author(s) Examples

Description

Mostly internal function used by createTLC function. Additional parameters from createTLC goes there (RGB, comb).

Usage

1
picmatrixTIFF(ff, RGB = TRUE, comb = c(0.3, 0.59, 0.11))

Arguments

ff

TIFF file

RGB

Boolean, TRUE - keeps Red, Green and Blue intensities as three matrices. FALSE - using comb to combine intensities.

comb

Vector, combines intensities according to luma. A vector containing three values for R, G and B conversion.

Value

Returns combined intensities matrix, or separated R, G, B matrices.

Author(s)

Ivan D. Pavicevic, ivanp84@gmail.com

Examples

1
2
3
4
## Not run: 
#Internal function used by createTLC(...)

## End(Not run)

qtlc documentation built on May 1, 2019, 8:45 p.m.

Related to picmatrixTIFF in qtlc...