Load saved landmarks into a list of matrices, as required for input into "override_landmark".

load_landmarks(dir, append_rds = TRUE)

Arguments

dir

Directory where landmark location .rds files are stored

append_rds

Whether to append "/RDS" to the provided directory path. The default is TRUE, which aligns with ADTnorm's default save location.

Examples

if (FALSE) {
override_landmark = load_landmarks(dir = save_outpath)
}