Edge Detection Using OpenCV in Python

In this tutorial, we will learn how to perform Edge Detection using our webcam video with OpenCV in Python. We will use the Canny filter tool. Read more

Similar

Nuitka: a Python compiler

The TL;DR ... Nuitka is a Python compiler. It's fully compatible with Python 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, and 3.6. You feed it your Python app, it does a lot of clever things, and spits out an execut... (more…)

Read more »