Resolving macOS, OpenCV, and Homebrew install errors
As you undoubtedly know, configuring and installing OpenCV on your macOS machine can be a bit of a pain. To help you and other PyImageSearch readers get OpenCV installed faster (and with less...
View ArticleDeep Learning with OpenCV
Two weeks ago OpenCV 3.3 was officially released, bringing with it a highly improved deep learning (dnn ) module. This module now supports a number of deep learning frameworks, including Caffe,...
View ArticleRaspbian Stretch: Install OpenCV 3 + Python on your Raspberry Pi
It’s been over two years since the release of Raspbian Jessie. As of August 17th, 2017, the Raspberry Pi foundation has officially released the successor to Raspbian Jessie — Raspbian Stretch. Just as...
View ArticleObject detection with deep learning and OpenCV
A couple weeks ago we learned how to classify images using deep learning and OpenCV 3.3’s deep neural network (dnn ) module. While this original blog post demonstrated how we can categorize an image...
View ArticleReal-time object detection with deep learning and OpenCV
Today’s blog post was inspired by PyImageSearch reader, Emmanuel. Emmanuel emailed me after last week’s tutorial on object detection with deep learning + OpenCV and asked: “Hi Adrian, I really enjoyed...
View ArticleOptimizing OpenCV on the Raspberry Pi
This tutorial is meant for advanced Raspberry Pi users who are looking to milk every last bit of performance out of their Pi for computer vision and image processing using OpenCV. I’ll be assuming:...
View ArticleRaspberry Pi: Deep learning object detection with OpenCV
A few weeks ago I demonstrated how to perform real-time object detection using deep learning and OpenCV on a standard laptop/desktop. After the post was published I received a number of emails from...
View ArticleDeep learning: How OpenCV’s blobFromImage works
Today’s blog post is inspired by a number of PyImageSearch readers who have commented on previous deep learning tutorials wanting to understand what exactly OpenCV’s blobFromImage function is doing...
View ArticleFace detection with OpenCV and deep learning
Today I’m going to share a little known secret with you regarding the OpenCV library: You can perform fast, accurate face detection with OpenCV using a pre-trained deep learning face detector model...
View ArticleUbuntu 18.04: How to install OpenCV
In this blog post you will learn how to install OpenCV on Ubuntu 18.04. In the past, I’ve authored a handful of installation guides for Ubuntu: Ubuntu 16.04: How to install OpenCV with Python 2.7 and...
View Article