Python comes installed along with many flavors of Linux. For Raspbian Operating System (OS), like some other Linux-based OSes, both Python 3 and 2.7 comes installed by default. Raspbian OS…
Working on a virtual environment can save your system and your works on it. Creating your Python virtual environment would ensure that the dependencies required for different projects are in…
OpenCV Error: Assertion Failed (scn == 3 || scn == 4) in cvtColor errors occur while working with OpenCV in Raspberry Pi for several reasons. This often happens because your Raspberry…
OpenCV in PyCharm: In this post, I will share about how to use OpenCV in Pycharm. Pycharm is an incredible Python IDE. It is a product of JetBrains. It is…
Expand Raspbian Filesystem: You will be shocked to see that the Raspbian file system’s size is smaller than the specified size of the SD card. Recently, I bought a 16GB…
Loading Video Source: Let us learn to program using OpenCV with Python by an example. Here, you will learn to read video, display video. In other words, you will learn to…
Computer Vision: Computer vision is an interdisciplinary field that deals with the automation of what human vision can do. Human vision is used to receive and analyze visual information (known…