We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1610723 commit ace8e10Copy full SHA for ace8e10
21. Creating GIFs/readme.txt
@@ -0,0 +1,6 @@
1
+Building a Deal With It meme generator using OpenCV can teach us a number of valuable techniques used in practice, including:
2
+
3
+1. How to perform deep learning-based face detection
4
+2. How to use the dlib library to apply facial landmark detection and extract the eye regions
5
+3. How to take these two regions and compute the rotation angle between the eyes
6
+4. And finally, how to generate animated GIFs with OpenCV (with a little help from ImageMagick)
0 commit comments