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 |
|
emmanuelle
|
78415132c4
|
Removed deprecated module name filter from tutorial
|
2014-11-26 23:02:38 +01: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 |
|
Johannes Schönberger
|
9e1cc80dd3
|
Update rank filter example
|
2014-04-12 09:56:13 -04:00 |
|
Johannes Schönberger
|
691dc07771
|
Use new equalize_hist function in rank filter example
|
2014-04-11 10:44:54 -04:00 |
|
Juan Nunez-Iglesias
|
213390d9f9
|
Remove deprecated function from applications
|
2014-04-10 11:46:36 +10:00 |
|
Siva Prasad Varma
|
5d82abd072
|
changed io to ax
|
2014-03-24 09:37:59 +05:30 |
|
Siva Prasad Varma
|
6a8f5fefd6
|
changed f to fig in applications
|
2014-03-19 17:30:20 +05:30 |
|
Siva Prasad Varma
|
da603f65f0
|
changed colorbars
|
2014-03-14 19:41:20 +05:30 |
|
Siva Prasad Varma
|
fb72fb04b2
|
used plt.subplots everywhere
|
2014-03-14 17:37:14 +05:30 |
|
Johannes Schönberger
|
9905ff218f
|
Get rid of trailing underscore for params attribute
|
2014-01-22 18:39:35 -05:00 |
|
Johannes Schönberger
|
a1f7d4eb73
|
Fix geometric example
|
2014-01-19 22:51:09 -05:00 |
|
Johannes Schönberger
|
b3d62afa28
|
Use public attribute for parameter values
|
2014-01-19 09:40:54 -05:00 |
|
K.-Michael Aye
|
1bcc2b418a
|
removing some unused selem declarations
|
2013-08-31 22:48:49 -07:00 |
|
Johannes Schönberger
|
37dfd294f2
|
Fix image data type issues in rank filter example
|
2013-08-01 19:17:48 +02:00 |
|
Johannes Schönberger
|
b9b5efbdf8
|
Replace deprecated function calls in examples
|
2013-07-12 23:16:50 +02:00 |
|
Johannes Schönberger
|
d6fb12a493
|
Improve long rank filter example
|
2013-07-12 23:16:50 +02:00 |
|
Stefan van der Walt
|
0a727e3367
|
Merge pull request #485 from tonysyu/image_label2rgb
ENH: Add `label2rgb`.
|
2013-06-22 20:24:20 -07:00 |
|
Stefan van der Walt
|
2cfd075adb
|
Merge pull request #538 from ahojnnes/examples-travis
TST: Let Travis run all examples.
|
2013-05-29 03:53:47 -07:00 |
|
Johannes Schönberger
|
769d7d1245
|
Fix invalid index of reference
|
2013-05-26 12:20:37 +02:00 |
|
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
|
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 |
|
Johannes Schönberger
|
82ea5cf446
|
Rename mean filter example and improve description
|
2013-04-27 16:13:09 +02:00 |
|
Chintak Sheth
|
8987ef9327
|
.in to .com
|
2013-04-26 11:19:09 +05:30 |
|
Chintak Sheth
|
903d27d84a
|
URL
|
2013-04-25 21:46:54 +05:30 |
|
Chintak Sheth
|
b6afbf1c58
|
URL
|
2013-04-25 21:45:18 +05:30 |
|
Chintak Sheth
|
17b38c6679
|
Trailing _
|
2013-04-25 20:11:49 +05:30 |
|
Chintak Sheth
|
7dfbac3d8e
|
URL formatting
|
2013-04-24 02:50:15 +05:30 |
|
Chintak Sheth
|
616f24ac31
|
End newline added and removed the .jpeg version
|
2013-04-23 21:27:36 +05:30 |
|
Chintak Sheth
|
45aeeac459
|
Added horse.png to skimage/data and added a horse() in the _init_.py in data subpackage
|
2013-04-23 21:14:02 +05:30 |
|
Chintak Sheth
|
e5dab80e9c
|
Clean, and implemented using horse.jpeg
|
2013-04-23 19:47:10 +05:30 |
|
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 |
|
Johannes Schönberger
|
af55d712ee
|
PEP8 fixes for long rank filter example
|
2012-11-12 20:10:56 +01:00 |
|
Johannes Schönberger
|
4a0b22aff5
|
Use common spelling for greylevel
|
2012-11-12 20:07:02 +01:00 |
|
Johannes Schönberger
|
d0d5df0d68
|
Improve description of long rank filter example
|
2012-11-12 20:04:42 +01:00 |
|
Olivier Debeir
|
542ec6fdc5
|
fix: local otsu doc
|
2012-11-12 14:57:08 +01:00 |
|
Olivier Debeir
|
da391089cb
|
add: local Otsu synthetic example
|
2012-11-12 14:48:38 +01:00 |
|
Olivier Debeir
|
47b0a72b32
|
fix: plt.show() removed in doc
|
2012-11-12 09:02:40 +01:00 |
|
odebeir
|
08b748c379
|
local Otsu returns now the threshold values
|
2012-11-11 14:39:09 +01:00 |
|
Olivier Debeir
|
12209a50de
|
modify example entropy
|
2012-11-08 15:36:09 +01:00 |
|
Olivier Debeir
|
665e05ff35
|
doc entropy
|
2012-11-08 12:15:47 +01:00 |
|
odebeir
|
df02bf893a
|
remove duplicate examples
|
2012-11-04 16:05:08 +01:00 |
|
odebeir
|
14d86ccb33
|
document rank filters
|
2012-11-04 15:45:36 +01:00 |
|
odebeir
|
8839c1d8f7
|
doc add perf.comp.
|
2012-11-04 14:51:43 +01:00 |
|
odebeir
|
e6199c78cf
|
doc cont.
|
2012-11-04 09:39:58 +01:00 |
|
odebeir
|
acc1e1f7e4
|
example continued
|
2012-11-03 17:38:54 +01:00 |
|