ImageRead: Read a bitmap image into a binary matrix

Description Usage Arguments Details Author(s) See Also

View source: R/ImageRead.R

Description

Reads an image stored from various file format (see Details) into a matrix. of 0's and 1's.

Usage

1
ImageRead(file, character_pixel = 1)

Arguments

file

A character: name of the file to read from.

character_pixel

A interger value, indicating which pixel value is from the character.

Details

This method allows to read images of format type:

  1. PNG, using the png package.

Author(s)

Alexandre Thiery

See Also

the method readPNG from the package png.


ForensicDocument documentation built on May 2, 2019, 5 p.m.