Advertisement
Guest User

Untitled

a guest
May 27th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. ffmpeg -i jfkrice.avi -r 24 -f image2 jfkrice/%05d.png
  2.  
  3. imgls = Import /@ FileNames["jfkrice/*.png"];
  4.  
  5. Image3D[EdgeDetect /@ imgls]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement