Posted on May 20, 2018May 22, 2018 Aligning faces with py opencv-dlib combo Using opencv and dlib to extract and align faces in images to use a dataset for learning.
Posted on September 29, 2017October 3, 2017 Laplacian Pyramid Blending with Masks in OpenCV-Python A small example on how to do Laplacian pyramid blending with an arbitrary mask.
Posted on June 21, 2017June 21, 2017 OMG CMake/OpenCV3 can you be more difficult? Linking order problems with OpenNI2... Solving linking order issue with OpenCV and OpenNI in CMake.
Posted on June 8, 2017July 16, 2017 New edition to the Mastering OpenCV book - now with OpenCV3! The 2nd edition of Mastering OpenCV is out!
Posted on October 17, 2016 Structure-from-Motion Toy Lib Upgrades to OpenCV 3 The toy SfM library is upgraded to OpenCV 3.x and gets a ton of simplifications.
Posted on March 4, 2016 [Python] OpenCV capturing from a v4l2 device A python snippet on capturing from a v4l2 camera into OpenCV
Posted on March 2, 2016March 4, 2016 OpenCV Python YAML persistance A python snippet for saving OpenCV FileStorage-compatible YAML files
Posted on February 17, 2015February 17, 2015 Augmented Reality on libQGLViewer and OpenCV-OpenGL tips [w/code] How to create an augmented reality app with QGLViewer, including some tips on camera calibration and extrinsic parameters from OpenCV to OpenGL.
Posted on February 7, 2015February 17, 2015 Simplest 20-lines OpenCV video stabilizer [w/ code] A simple and short video stabilizer with OpenCV.