loadSatelliteImage {Irescale} | R Documentation |
loadSatelliteImage
Loads a Satellite image in PNG format. It does not matter the number of chanells it will return it in grayscale (One channel)
loadSatelliteImage(fileName)
fileName |
file's name and path to the file |
An cimg object in gray scale.
fileInput <- system.file("testdata", "imageGray.png", package="Irescale")
img<-loadSatelliteImage(fileInput)