Commit Graph

23 Commits

Author SHA1 Message Date
François Boulogne eb4c5c9ee4 PEP8 2013-10-14 16:14:30 +02:00
Johannes Schönberger cec8516f69 Readd Cellprofiler license notes to edges.py 2013-05-06 12:11:09 +02:00
Johannes Schönberger cd78e81de3 Fix output array dimensions in doc string 2013-04-27 15:15:46 +02:00
Johannes Schönberger c8fc92be82 Remove outdated author in doc string 2013-04-27 14:56:41 +02:00
Johannes Schönberger 7602d8eed5 Pre-build edge filter weights and use views 2013-04-27 14:56:02 +02:00
Tony S Yu 5c3c75cd09 Minor cleanups
* PEP8 clean ups (space after commas, docstring spacing, prefer parentheses over line continuation)
* Simplify creation of test images.
* Use `plt.subplots` instead of state machine
* Minor wording modifications
2013-04-25 22:47:22 -05:00
umesh 9c6cd7dbd9 Final Roberts Edge Detector 2013-04-23 01:16:29 -07:00
root f417a45a97 Updated function names[Robert's Edge Detection] 2013-04-22 15:29:25 -07:00
Umesh e6dedc68e8 Upadated Version with test added(/filter/tests/test_edge.py 2013-04-22 00:21:26 -07:00
Umesh 43c8858338 Updated Implementation of Roberts Algorithm 2013-04-21 17:19:18 -07:00
Johannes Schönberger a8291352e4 Improve description of scharr and sobel edge filters 2012-10-17 09:00:06 +02:00
Johannes Schönberger be6f02bd3d Fix stylistic indentation 2012-10-13 09:18:11 +02:00
Johannes Schönberger 1fbd664d5b Add reference for scharr operator 2012-10-13 09:17:34 +02:00
Johannes Schönberger 04f21c5841 Fix dtype and dim note for parameters in doc strings 2012-10-12 19:16:04 +02:00
Johannes Schönberger f22a014ffa Add scharr edge filter 2012-10-12 19:10:46 +02:00
Tony S Yu 367e39094c STY: Rework masking based on suggestions by @ahojnnes 2012-09-04 09:35:35 -04:00
Tony S Yu 6c9810c6e9 Refactor masking 2012-09-03 22:50:57 -04:00
Tony S Yu bd2f8ac3d3 DOC: Add note about expanded masking 2012-09-03 22:36:11 -04:00
Andreas Mueller 46e959a9d9 COSMIT some manual pep8, removed unused imports, removed unused variables and fixed a bug in a ValueError statement. 2012-06-29 11:27:23 +02:00
Andreas Mueller f7c56202d0 COSMIT no spaces around power `**`. Fun: https://gist.github.com/1671995 2012-06-29 11:27:23 +02:00
Andreas Mueller f7b3d8062c COSMIT pep8 2012-06-29 11:27:23 +02:00
Stefan van der Walt e2c155d09a BUG: Edge detection routines returned images with invalid ranges [0-255] but dtype float. 2012-01-27 15:30:02 -08:00
Nelle Varoquaux 114cf44c77 Renamed scikits.image to skimage 2011-10-18 21:12:27 +02:00