README.md

R/digit3DLand: R tool to digitize 3D landmarks on triangular mesh

License

Nicolas Navarro and Rémi Laffont

MorphOptics platform

[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.

Installation

Install R/digit3DLand from its GitHub repository.

Install prerequisites

Install devtools package.

install.packages("devtools")

Then install R/digit3DLand

    require(devtools)
    install_github("morphOptics/digit3DLand", local=FALSE)


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