XML to Templates
xml_to_tem.Rd
Make webmorph templates out of XML formatted point files.
Examples
if (FALSE) {
# requires python and dlib
xml <- system.file("demo/_images.xml", package = "webmorphR.dlib")
stimuli <- xml_to_tem(xml)
stimuli |> draw_tem() |> plot(nrow = 2)
}