transformImageToList: Transforms the image in the object need it to run the...

Description Usage Arguments Examples

View source: R/rectifiedI.R

Description

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

Usage

1

Arguments

im

cimg object.

Examples

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

Irescale documentation built on Nov. 22, 2019, 1:07 a.m.