#625 · Primary category: Computer Vision

PyCNN

cellular cnn cnn-processors computer-science computer-vision control corner-detection cross-platform edge-detection feedback image-processing library neural-network paper python

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