#625 · Primary category: Computer Vision
PyCNN
Image Processing with Cellular Neural Networks in Python
Project last updated:11/01/18
GitHub Stars
544
Forks
81
Contributors
13
License
MIT
Why we included this project
PyCNN implements Cellular Neural Networks, a parallel computing idea from 1988 in which each cell only talks to its neighbors, and applies them to classic low-level vision tasks such as edge detection, corner detection, diagonal line detection, and image inversion. Rather than conventional filters, you tune feedback and control templates, and the library ships ready-made methods plus a generalTemplates entry point for supplying your own coefficients. The README explains the control-system model underneath clearly and links to the published template library, which makes it a practical teaching tool for understanding how these networks behave. It is a small, dependency-light package built on NumPy, SciPy, and Pillow rather than a production framework, so it fits research, coursework, and prototyping on modest images better than high-throughput pipelines. If biologically inspired or analog-style processing is your interest, this is a compact reference implementation worth studying.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)