digitCurves.mesh3d: Digitizing 3d curves

Description Usage Arguments Value

View source: R/digit_curves.R

Description

Digitizing 3d curves

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## S3 method for class 'mesh3d'
digitCurves(
  specFull,
  coords,
  curves,
  npts = 1000,
  nsLds,
  checkMesh = TRUE,
  smoothMesh = NULL,
  GrOpt = setGraphicOptions(),
  verbose = c(TRUE, TRUE),
  spec.name = NULL,
  ...
)

Arguments

specFull

mesh3d object

coords

matrix of 3d coordinates

...

additional smoothing parameters (see vcgSmooth function)

Value

a matrix of landmark and semilandmark 3d coordinates plus semiLds and curve attributes


morphOptics/digit3DLand documentation built on July 17, 2021, 8:27 p.m.