User:Emily/Prototyping/Trimester 02/03: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 3: Line 3:
  mogrify -resize 480x *.jpg  
  mogrify -resize 480x *.jpg  
  mogrify -canny 0x1+10%+30% *.jpg
  mogrify -canny 0x1+10%+30% *.jpg
  then make images into a video:
  then need ffmpeg to make images into a video:
   
   
<br>
<br>

Revision as of 11:30, 11 March 2015

Edge Detection

need imagemagick:
mogrify -resize 480x *.jpg 
mogrify -canny 0x1+10%+30% *.jpg
then need ffmpeg to make images into a video:




Video to images - Sorting images - Back to video




Image compare and graph




The idea of video to Image
To extract frames from video(one image per second?), then overly them with certain transparency(to make the transparency of final image to be one).
|
Then I want to make this in real time. When click on the video it plays, when hit again, it generates a image(stop at this image as well) which is produced by previous way.

Code Source:

ffmpeg