Categories
opencv programming vision

Mastering OpenCV 4 – my new book!

New OpenCV book!

Categories
code machine learning opencv programming python vision

Aligning faces with py opencv-dlib combo

Using opencv and dlib to extract and align faces in images to use a dataset for learning.

Categories
code graphics opencv vision

Laplacian Pyramid Blending with Masks in OpenCV-Python

A small example on how to do Laplacian pyramid blending with an arbitrary mask.

Categories
cmake code opencv vision work

OMG CMake/OpenCV3 can you be more difficult? Linking order problems with OpenNI2…

Solving linking order issue with OpenCV and OpenNI in CMake.

Categories
code opencv vision

New edition to the Mastering OpenCV book – now with OpenCV3!

The 2nd edition of Mastering OpenCV is out!

Categories
3d code opencv programming vision

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.

Categories
code opencv python video

[Python] OpenCV capturing from a v4l2 device

A python snippet on capturing from a v4l2 camera into OpenCV

Categories
code opencv python

OpenCV Python YAML persistance

A python snippet for saving OpenCV FileStorage-compatible YAML files

Categories
3d Augmented Reality code graphics opencv opengl programming qt Tracking video vision

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.

Categories
code Mapping opencv Tracking video vision

Simplest 20-lines OpenCV video stabilizer [w/ code]

A simple and short video stabilizer with OpenCV.