Commit Graph

9 Commits

Author SHA1 Message Date
Juan Nunez-Iglesias 0d134987f9 Harmonize all ndimage usage across the library
Only two forms remain in use:

- `from scipy import ndimage as ndi`
- `from scipy.ndimage import function`
2015-06-09 15:18:37 +10:00
Stefan van der Walt 78a7b7307a Rename and deprecate filter module to prevent shadowing of built-in keyword 2014-11-10 12:53:50 +02:00
Johannes Schönberger c0af3aaae6 Improve layout of gabor example plot 2013-11-30 18:54:29 +01:00
Johannes Schönberger fd4716340e Add missing trailing space to print statement 2013-04-28 10:31:17 +02:00
Johannes Schönberger 5f4dd4ed5f Fix print statement for Python 3 2013-04-28 10:18:59 +02:00
Johannes Schönberger d0ee6ade61 Fix inconsistencies in examples and many more improvements 2013-04-27 16:47:33 +02:00
Tony S Yu ba12acdeb8 Update gabor example.
The parameter order to `gabor_filter` changed so this example was broken. Also, add plots of the Gabor responses to the demo.
2013-04-06 22:34:48 -05:00
Johannes Schönberger e30fa821d9 Remove unnecessary kernel description for filtering 2012-10-29 17:46:15 +01:00
Johannes Schönberger f5795f15be Add example script for gabor filter 2012-10-29 00:16:22 +01:00