if (FALSE) {
otblink<-link2GI::linkOTB()
if (otblink$exist) {
## parse all modules
algos<-parseOTBAlgorithms(gili = otblink)
## take edge detection
cmdList<-parseOTBFunction(algo = algos[27],gili = otblink)
## print the current command
print(cmdList)
}
}
##+##
Run the code above in your browser using DataLab