Nicolas Navarro and Rémi Laffont
[R/digit3DLand] is an R package to digitize 3D landmarks on triangular meshes.
This tool digitizes 3D landmarks using a multiresolution approach. First, the landmark is selected roughly on a low resolution mesh and then a zoom with the local area around this point is open in full resolution. The landmakrk is taken as the closest vertex on the full resolution mesh. A template can be used and is adjusted using at least four landmarks.
Install R/digit3DLand from its GitHub repository.
Install devtools package.
install.packages("devtools")
Then install R/digit3DLand
require(devtools)
install_github("morphOptics/digit3DLand", local=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.