powered by
write fiducials in slicer4 format
write.fcsv(x, filename = dataname, description = NULL, slicer4.11 = FALSE)
matrix with row containing 2D or 3D coordinates
will be substituted with ".fcsv"
optional: character vector containing a description for each landmark
logical: Slicer changed their fiducial format in version >= 4.11. Set TRUE if you use the latest Slicer version
require(Rvcg) data(dummyhead) write.fcsv(dummyhead.lm) ## remove file unlink("dummyhead.lm.fcsv")
Run the code above in your browser using DataLab