powered by
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
loadSatelliteImage(fileName)
file's name and path to the file
An cimg object in gray scale.
# NOT RUN { fileInput <- system.file("testdata", "imageGray.png", package="Irescale") img<-loadSatelliteImage(fileInput) # }
Run the code above in your browser using DataLab