read.mpp {Morpho} | R Documentation |
Read saved pick-points from meshlab
Description
imports pick points selected with meshlab
Usage
read.mpp(file, info = FALSE)
Arguments
file |
file to import |
info |
logical: if TRUE, addtional infos are returned |
Value
if info=FALSE
:
a matrix containing picked-points coordinates (only those tagged as active).
if info=TRUE
: a list containing
data |
matrix containing coordinates - including points tagged as inactive |
info |
additional info contained in file. |
Author(s)
Stefan Schlager
See Also
[Package Morpho version 2.12 Index]