R/load_landmarks.R
load_landmarks.Rd
Load saved landmarks into a list of matrices, as required for input into "override_landmark".
load_landmarks(dir, append_rds = TRUE)
Directory where landmark location .rds files are stored
Whether to append "/RDS" to the provided directory path. The default is TRUE, which aligns with ADTnorm's default save location.
if (FALSE) {
override_landmark = load_landmarks(dir = save_outpath)
}