loadSatelliteImage: Loads a Satellite image in PNG format

Description Usage Arguments Value Examples

View source: R/rectifiedI.R

Description

loadSatelliteImage Loads a Satellite image in PNG format. It does not matter the number of chanells it will return it in grayscale (One channel)

Usage

1

Arguments

fileName

file's name and path to the file

Value

An cimg object in gray scale.

Examples

1
2
fileInput <- system.file("testdata", "imageGray.png", package="Irescale")
img<-loadSatelliteImage(fileInput)

Irescale documentation built on Nov. 22, 2019, 1:07 a.m.