Description Usage Arguments Value Examples
loadSatelliteImage
Loads a Satellite image in PNG format. It does not matter the number of chanells it will return it in grayscale (One channel)
1 | loadSatelliteImage(fileName)
|
fileName |
file's name and path to the file |
An cimg object in gray scale.
1 2 | fileInput <- system.file("testdata", "imageGray.png", package="Irescale")
img<-loadSatelliteImage(fileInput)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.