powered by
Morph from one image to another in the specified steps.
continuum(from_img, to_img, from = 0, to = 1, by = 0.1, ...)
image to start at
image to end at
starting percentage
ending percentage
step size
arguments to pass to trans()
trans()
a list of stimuli containing each step of the continuum
WebMorph.org functions avg(), loop(), symmetrize(), trans(), webmorph_up()
avg()
loop()
symmetrize()
webmorph_up()
# NOT RUN { if (webmorph_up()) { stimuli <- demo_stim() cont <- continuum(stimuli$f_multi, stimuli$m_multi) # create an animated gif animate(cont, fps = 10, rev = TRUE) } # }
Run the code above in your browser using DataLab