digitMesh: Mesh Digitization

Description Usage Arguments Details Value See Also

View source: R/digit_fixed_landmarks.R

Description

Generic function for mesh digitization. It invokes 2 particular methods depending on the class of the 1st argument M.

Usage

1

Arguments

M

Either a mesh3d object (in this case user should refer to digitMesh.mesh3d) or a character value (in this case user should refer to digitMesh.character).

...

Additional arguments (all are not optional!) needed for mesh digitization.

Details

For details, user should refer to the 2 methods digitMesh.mesh3d (to digitize a single mesh3d object) and digitMesh.character (to digitize a set of mesh files).

WARNING: For Mac users, digitMesh is currently not compatible with the RStudio interface. Please, use the basic R interface instead. A call from RStudio will cause an error and an exit from the function...

Value

Either a numerical matrix (digitMesh.mesh3d) or a numerical array (digitMesh.character).

See Also

digitMesh.mesh3d and digitMesh.character.


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