facemovie: Make a facial motion movie

View source: R/facer.R

facemovieR Documentation

Make a facial motion movie

Description

Requires availability of the convert function from Imagemagick

Usage

facemovie(
  shapem1,
  mfconfig,
  shapem2 = NULL,
  everynth = 6,
  adjust = TRUE,
  moviename = "movie.mov",
  header = NULL,
  missmat = NULL
)

Arguments

shapem1

A shape motion

mfconfig

motion config

shapem2

another shape motion (optional)

everynth

sample every nth frame (default is 6)

adjust

adjust second motion to start from same place as first motion

moviename

name of the movie (default is "movie.mov")

header

title displayed on movie

missmat

0/1 nframes by nmarkers matrix with 1's for missing values

Value

nothing - find movie file in "animations" directory. Second sequence is in red


julianfaraway/facer documentation built on Dec. 4, 2023, 9:34 p.m.