2.5D glasses demo

relevant links

NameCreatedTags
🔗https://github.com/juangallostra/augmented-reality
🔗https://bitesofcode.wordpress.com/2018/09/16/augmented-reality-with-python-and-opencv-part-2/
🔗https://www.google.com/search?q=opencv+python+augmented+reality+opengl&tbm=isch&ved=2ahUKEwiQ2Z-PqsftAhWiNbkGHVWtDEoQ2-cCegQIABAA&oq=opencv+python+augmented+reality+opengl&gs_lcp=CgNpbWcQA1C0ig1Yp7keYJm7HmgAcAB4AIAB9AOIAbAVkgEFNC01LjGYAQCgAQGqAQtnd3Mtd2l6LWltZ8ABAQ&sclient=img&ei=4CHUX5DpDqLr5OUP1dqy0AQ&bih=972&biw=1900
🔗https://www.youtube.com/watch?v=Fm5nP_HAgbM
🔗https://stackoverflow.com/questions/14942881/image-3d-rotation-opencv
🔗https://rdmilligan.wordpress.com/2015/07/02/augmented-reality-using-opencv-and-python/
🔗https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_calib3d/py_pose/py_pose.html
🔗https://subscription.packtpub.com/book/application_development/9781785283932/4/ch04lvl1sec37/fun-with-faces
🔗https://medium.com/@ahmetozlu93/marker-less-augmented-reality-by-opencv-and-opengl-531b2af0a130
🔗https://medium.com/datadriveninvestor/first-approach-to-augmented-reality-from-opencv-to-vuforia-e9327a2fbbb0
🔗https://www.smashingmagazine.com/2016/02/simple-augmented-reality-with-opencv-a-three-js/
🔗https://medium.com/datadriveninvestor/first-approach-to-augmented-reality-from-opencv-to-vuforia-e9327a2fbbb0
🔗https://www.fiverr.com/jayesh8585/create-ar-and-vr-application-using-unity
🔗https://unitylist.com/p/nb3/Open-CV-For-Unity-Handpose-AR
🔗https://www.pygame.org/project-AR+example-1622-.html
🔗https://stackoverflow.com/questions/45972357/python-opencv-aruco-no-module-named-cv2-aruco



Detect eyes, nose, lips, and jaw with dlib, OpenCV, and Python - PyImageSearch
Today's blog post is part three in our current series on facial landmark detection and their applications to computer vision and image processing. Two weeks ago I demonstrated how to install the dlib library which we are using for facial landmark detection. Then, last week I discussed how to use dlib to actually detect facial landmarks in images.
https://www.pyimagesearch.com/2017/04/10/detect-eyes-nose-lips-jaw-dlib-opencv-python/
Using opencv and dlib for face pose estimation (python) - Programmer Sought
In computer vision, the pose of an object refers to its relative orientation and position relative to the camera. This article mainly refers to the article "Head Pose Estimation using OpenCV and Dlib".
https://www.programmersought.com/article/27703847966/
How to build a document scanner with OpenCV ?
Designing a manual document scanner can be done in a very simple way using python and OpenCV. We need to use the numpy and OpenCV libraries. If they are not already setup, just run the following lines at the command prompt (powershell, bash...).
https://dvic.devinci.fr/en/resource/tutorial/scanner-opencv/