if (FALSE) {
library(terra)
library(itcSegment)
imgData<-rast("./inst/extdata/imgData.tif")
se<-itcIMG(imgData,epsg=32632)
summary(se)
plot(se,axes=T)
## to save the data use rgdal function called writeOGR. For more help see rgdal package.
}
Run the code above in your browser using DataLab