Johannes Schönberger
2842515dc3
Improve doc string layout
2012-09-02 10:34:09 +02:00
Johannes Schönberger
224fcb5d01
Convert selem to uint8
2012-09-02 09:58:02 +02:00
Johannes Schönberger
b05c062d24
Refactor erosion and dilation for better performance
2012-09-01 14:54:17 +02:00
Andreas Mueller
f7b3d8062c
COSMIT pep8
2012-06-29 11:27:23 +02:00
Tony S Yu
9358d785c3
Add __all__ to grey module.
2012-05-03 17:44:08 -04:00
Tony S Yu
136a020088
Remove unused variable.
2012-05-03 17:42:39 -04:00
Tony S Yu
8fb597b141
Fix dtype compatibility for functions in morphology.grey
...
Cast input images using ``img_as_ubyte``. Note, tests don't currently pass for integer arrays (test skipped).
2012-05-03 16:22:00 -04:00
Tony S Yu
cfa9bbfc40
Rename greyscale morphology functions.
...
Remove "greyscale" prefix on functions in ``morphology.grey``. To avoid confusion (and name clashes), ``greyscale_open`` and ``greyscale_close`` were renamed ``opening`` and ``closing`` (instead of ``open`` and ``close``). As a bonus, these names match scipy.ndimage.
2012-05-03 16:21:59 -04:00
Nelle Varoquaux
114cf44c77
Renamed scikits.image to skimage
2011-10-18 21:12:27 +02:00