transformImageToList {Irescale} | R Documentation |
transformImageToList
transforms the image into a list with two variables, data and varOfInterest, which are the identificators needed to execute the rectification.
transformImageToList(im)
im |
cimg object. |
fileInput <- system.file("testdata", "imageGray.png", package="Irescale")
img<-loadSatelliteImage(fileInput)
data<-transformImageToList(img)