searchOTBX {link2GI} | R Documentation |
Search for valid 'OTB' installations on a 'Linux' OS
searchOTBX(MP = "default", quiet = TRUE)
MP |
default mount point is the home directory '~' (as suggested by the OTB team) |
quiet |
boolean switch for supressing messages default is TRUE |
A dataframe with the 'OTB' root folder(s) the version name(s) and the installation type(s).
Chris Reudenbach
## Not run:
# get all valid OTB installation folders and params
searchOTBX()
## End(Not run)