ankitaggarwal011/PyCNN

Add more image processing methods

Open

#10 opened on Aug 27, 2016

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Python (526 stars) (86 forks)batch import
easyenhancementhacktoberfesthelp wantedimage processing templates

Description

The different image processing techniques with cellular neural networks can be realized by changing the coefficients of the control and feedback templates.

Significant research had been done for determining the templates needed for realizing various image processing functions. One can refer to this published template library for numerous examples.

Adding these new functions would require adding new template coefficients corresponding to these functions. This would be exactly similar to current functions such as edge detection except the coefficients would be different.

Any suggestions are welcome. Thanks!

Contributor guide