Tagged Questions
5
votes
4answers
134 views
How do I overlay corresponding values over each frame of an animation?
I recorded a phenomenon using video capturing (phen.avi, imported into Mathematica) and simultaneous measurement of some electrical properties of that phenomenon (a ...
1
vote
0answers
74 views
Why does animating images overlayed with graphics primitives take much longer than animating either individually?
So I start by making a list of images with
images = Image[ArrayPlot[Import[ (* filenames *) ]]]
Then I run some complicated code that extracts the coordinates ...
6
votes
2answers
346 views
Exporting images as .avi
Here's a list of images:
images = Table[ExampleData[i], {i, ExampleData["TestImage"]}];
And according to the reference "Export exports a list of graphics, ...