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 |
|
Johannes Schönberger
|
9cd7ca5881
|
Do not acquire GIL for BRIEF
|
2015-05-20 17:39:46 -07:00 |
|
Johannes Schönberger
|
ee5c6fbeb2
|
Use relative imports in skimage files
|
2015-01-22 07:36:48 -05:00 |
|
Johannes Schönberger
|
3a1079a180
|
Misc PEP8 fixes
|
2014-12-14 02:56:14 +01:00 |
|
Steven Silvester
|
2a057f7246
|
Make ndim explicit arg for clarity and update docstring
|
2014-09-21 05:48:58 -05:00 |
|
Steven Silvester
|
6a8c5e460f
|
Implement assert_nD in filter and feature packages
|
2014-09-20 17:04:11 -05:00 |
|
Johannes Schönberger
|
c3cf88edd3
|
Get rid of trailing underscores
|
2014-01-22 19:04:57 -05:00 |
|
Johannes Schönberger
|
279d892789
|
Improve BRIEF doc string
|
2014-01-22 18:56:43 -05:00 |
|
Johannes Schönberger
|
b5792dcda9
|
Fix BRIEF doc test
|
2014-01-19 22:55:12 -05:00 |
|
Johannes Schönberger
|
336f0ca266
|
Save feature information in attributes for consistency
|
2014-01-19 09:38:36 -05:00 |
|
Johannes Schönberger
|
f6ba14b494
|
Add missing optional description for kwargs
|
2013-12-02 11:13:44 +01:00 |
|
Johannes Schönberger
|
ed33dbad6e
|
Combine match indices in one array
|
2013-12-01 11:14:18 +01:00 |
|
Johannes Schönberger
|
89dc0ac5ac
|
Update BRIEF example
|
2013-11-30 10:23:34 +01:00 |
|
Johannes Schönberger
|
d7b598c30b
|
Fix legacy import
|
2013-11-30 10:03:00 +01:00 |
|
Johannes Schönberger
|
79616815ff
|
Implement CenSurE detector in object oriented interface
|
2013-11-29 23:32:50 +01:00 |
|