transformImageToList {Irescale}R Documentation

Transforms the image in the object need it to run the analysis.

Description

transformImageToList transforms the image into a list with two variables, data and varOfInterest, which are the identificators needed to execute the rectification.

Usage

transformImageToList(im)

Arguments

im

cimg object.

Examples

fileInput <- system.file("testdata", "imageGray.png", package="Irescale")
img<-loadSatelliteImage(fileInput)
data<-transformImageToList(img)

[Package Irescale version 2.3.0 Index]