Contents

A good resource on image processing using Python

Contents

/2014-08-07-pyimagesearch.com/logo.png

Let me introduce you Adrian Rosebrock and his http://www.pyimagesearch.com/ website. It’s about computer vision and image processing using Python and OpenCV. Looks like there are more than one person that like to share programming experience via blogging :)

Here’s how Adrian position himself:

This blog is dedicated to helping other programmers understand how image search engines work. While a lot of computer vision concepts are theoretical in nature, I’m a big fan of “learning by example”. My goal is to distill my life experiences in building image search engines into concise, easy to understand examples.

I hope you will enjoy reading Adrian’s posts on superpixels, histogram matching and color clustering. In addition, he wrote a book on using OpenCV in Python.

/2014-08-07-pyimagesearch.com/practical_python_and_opencv_cover_green.png

Happy reading!