powered by
This function exports a list of 3D landmark set in separate files (format landmarkAscii)
export_amira(lista, path)
list containing 3D landmark sets
character: path of the folder where saving the Amira landmark sets
Antonio Profico, Costantino Buzi, Marina Melchionna, Paolo Piras, Pasquale Raia, Alessio Veneziano
x<-c(1:20) y<-seq(1,3,length=20) z<-rnorm(20,0.01) vertices<-cbind(x,y,z) set<-list(vertices) example<-export_amira(set,path=tempdir())
Run the code above in your browser using DataLab