Description Usage Arguments Examples
transformImageToList
transforms the image into a list with two variables, data and varOfInterest, which are the identificators needed to execute the rectification.
1 |
im |
cimg object. |
1 2 3 | fileInput <- system.file("testdata", "imageGray.png", package="Irescale")
img<-loadSatelliteImage(fileInput)
data<-transformImageToList(img)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.