IPython (Jupyter) widgets: An image convolution demo
Convolution is one of the fundamental concepts of image processing (and more generally, signal processing). For the scikit-image tutorial at Scipy 2014, I created an IPython widget to help visualize convolution. This post explains that widget in more detail.
Only a small portion of this post is actually about using ...
more ...