.. include:: ../include/global.inc Algorithm / Filter ******************** - **demoOpenCVFilter.py** | *Description*: Median filtering of a randomly filled image. - **demoNumpy.py** | *Description*: Short demonstration of some linear algebra functions provided by Numpy (numeric package of python). - **demoScipy.py** | *Description*: Using scipy and matplotlib to calculate the cross-correlation between two images. Scipy is a python package that contains more scientific algorithms. | *Keywords*: scipy, matplotlib - **demoSignalSmooth.py** | *Description*: Further example on how to use matplotlib (plotting package of python) in itom.