News

Python OpenCV Code for Flying a Mini-Drone. The main files needed are fly_drone.py, blob_detect.py, and control_params.py. You'll need Python 2.7.x and OpenCV. You may need to adjust the COM port for ...
Examples of Python codes using OpenCV libraries. The codes are modified from several learning sources in internet. The sources are listed in the reference. If you find another sources have not yet ...
We discussed the OpenCV library basics in one of our previous articles – Getting Started with OpenCV in Python. In continuation with that, we discuss the GUI interactions and explore the powerful real ...