Commit Graph

14 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
Julien Coste 218eb4e89e fix import inside documentation and update TODO 2014-08-31 11:48:34 +01:00
Siva Prasad Varma 6a8f5fefd6 changed f to fig in applications 2014-03-19 17:30:20 +05:30
Siva Prasad Varma fb72fb04b2 used plt.subplots everywhere 2014-03-14 17:37:14 +05:30
Tony S Yu fa01b936a6 API Change: image_label2rgb changed to label2rgb.
The name change reflects a switch in the argument order (and makes the image an optional argument).
2013-05-06 00:28:11 -05:00
Tony S Yu 29a29721c8 DOC: Change more examples to use image_label2rgb 2013-05-06 00:25:01 -05:00
Johannes Schönberger d0ee6ade61 Fix inconsistencies in examples and many more improvements 2013-04-27 16:47:33 +02:00
Juan Nunez-Iglesias 332469c6df Fix missed rename in example 2013-03-04 01:32:05 +11:00
Juan Nunez-Iglesias afed313369 Modify example to use remove_small_connected_components 2013-03-04 01:32:05 +11:00
Tony S Yu 84074871f2 DOC: convert segmentation example to tutorial-style example. 2012-05-15 22:24:54 -04:00
Tony S Yu 1fb89aff0f Minor changes in wording. 2011-12-11 18:07:43 -05:00
emmanuelle 4e3895b44b ENH contours of segmentation in segmentation tutorial 2011-12-08 11:04:34 +01:00
emmanuelle d5994c6715 Short tutorial on segmentation for the user guide +
example on the same subject used to generate the figures
2011-12-07 20:57:29 +01:00