ivanseidel / Is-Now-Illegal

🚫 A NERD protest against Trump's Immigration ban
1.37k stars 91 forks source link

WoW Congratulations! #4

Closed Cyber-MA closed 7 years ago

Cyber-MA commented 7 years ago

WoW Congratulations! Perfect job! Hahaha

brunolemos commented 7 years ago

Thanks @Cyber-MA! Feel free to contribute! 😀

kucukkanat commented 7 years ago

How do you really insert the text on images and make them all a gif ? I mean the moving text. Can you explain the algorithm a bit on that ? Thanks

ivanseidel commented 7 years ago

Thank you @Cyber-MA :)

Hi @kucukkanat! We do a kind of rotoscopy, where we try to mach a real media, on top of another.

To do that, we extracted (in this case, manually to speedup processing later) the 3 corners of the paper along the frames.

We then, generate the "paper" image, and apply it in the image with an Affine Transformation, and generate the gif after that with the generated frames.

Check the folder rotoscope to understand more ;)