News

This project demonstrates a basic image processing pipeline using OpenCV in Python. It loads an image, converts it to grayscale, applies Gaussian blur, detects edges using the Canny algorithm, finds ...
OpenCV-Python Color and Shape Detection Project This project demonstrates the use of OpenCV and Python for detecting colors and shapes from a live video stream. The program captures the video using a ...
[Zoltán] sends in his very interesting implementation of a NumPy-like library for micropython called ulab. He had a project in MicroPython that needed a very fast FFT on a micro controller, and ...