loadSatelliteImage {Irescale}R Documentation

Loads a Satellite image in PNG format

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

loadSatelliteImage(fileName)

Arguments

fileName

file's name and path to the file

Value

An cimg object in gray scale.

Examples

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

[Package Irescale version 2.3.0 Index]