Tony S Yu
ac2714d3c8
Fix morphological open/close for square structuring elements with even sides.
...
This also fixes rectangular selems with even sides, but not rectangular selems with one odd and one even side.
2011-10-15 03:34:30 -04:00
Tony S Yu
fb92bfcf71
Add tests for correct behavior of square structuring elements
2011-10-15 03:32:59 -04:00
Tony S Yu
4f4f219788
Reuse open/close operations for white/black tophat
2011-10-15 03:01:27 -04:00
Tony S Yu
b6e470dbd1
Remove unnecessary if-block.
...
This looks like it was a copy-paste error.
2011-10-15 02:57:32 -04:00
Tony S Yu
9adbca13e7
Add parameter to flip structuring element about its origin
...
This parameter only affects structuring elements (selem) with even-numbered sides, since an odd-numbered selem is centered about its origin. Note the selem isn't actually flipped, but shifted (i.e. I assume a selem that is symmetric in *shape*)
2011-10-14 11:00:10 -04:00
cgohlke
cc84603b1a
Remove print statements
2011-10-12 15:25:41 -07:00
cgohlke
a609bd6416
Fix print statements missed by 2to3
2011-10-12 14:09:29 -07:00
Stefan van der Walt
1aa7af64a9
Merge npz fixes from Christoph Gohlke.
2011-10-11 19:03:35 -07:00
cgohlke
b15e7df14b
Fix: use npz instead of npy format for matlab-output files
2011-10-11 17:23:30 -07:00
cgohlke
02b31756ff
Fix: use npz instead of npy format for matlab-output files
2011-10-11 17:19:53 -07:00
cgohlke
fb66138f9e
Fix ImportError on Python 3
2011-10-11 17:12:06 -07:00
Stefan van der Walt
f332b177fb
Merge pull request #51 from cgohlke/patch-8
...
Fix watershed failures on Python 3
2011-10-10 18:41:27 -07:00
cgohlke
7c586cfeff
Edited scikits/image/morphology/__init__.py via GitHub
2011-10-10 16:10:39 -07:00
cgohlke
09e0ecdf96
Edited scikits/image/morphology/watershed.py via GitHub
2011-10-10 16:09:12 -07:00
cgohlke
7f07f825e8
Fix watershed failures on Python 3
2011-10-10 14:35:21 -07:00
Stefan van der Walt
e2accfb500
BUG: Fix watershed tests.
2011-10-09 16:31:07 -07:00
Emmanuelle Gouillart
1c5e05442e
Renamed fast_watershed to watershed.
2011-10-07 16:05:27 +02:00
emmanuelle
393bd94bca
ENH: watershed docstring
2011-10-06 23:26:47 +02:00
emmanuelle
a07fc6d172
New example for the gallery: watershed
...
Removed the See also part in watershed's docstrings, as it made the doc
compilation crash...
2011-10-06 23:15:27 +02:00
emmanuelle
738dcfde15
Import is_local_maximum in __init__.py
2011-10-06 09:12:17 +02:00
emmanuelle
2b4854a977
Added the is_local_maximum function, that is useful to determine
...
markers for the watershed.
2011-10-06 09:04:47 +02:00
emmanuelle
f0702fb938
Removed unnneeded code to compute strides
2011-10-05 21:37:05 +02:00
emmanuelle
656962cbc9
Initial integration of CellProfiler's watershed module
2011-10-05 21:13:46 +02:00
Stefan van der Walt
b0798eb55f
ENH: Minor setup.py cleanups.
2011-09-26 11:01:52 -07:00
Emmanuelle Gouillart
805be0ab3f
Name of new github repository in setup.py of submodules
2011-08-29 20:55:00 +02:00
Stefan van der Walt
7833aceb5e
DOC: morphology: Document connectivity in ccomp.
2011-04-11 10:38:05 +02:00
Stefan van der Walt
f6f14ad290
ENH: morphology: Add connected components labelling.
2011-04-05 23:12:21 +02:00
Stefan van der Walt
4760fc3dd4
BUG: Python 3 compatibility fixes by Christoph Gohlke.
2011-03-14 00:27:11 +02:00
Stefan van der Walt
eb1bb0aa45
DOC: Note that grey-level morphological operations only support flat structuring elements [provided by Ingrid Fabris-Rotelli].
2010-11-24 10:33:52 +02:00
Stefan van der Walt
83efa5f109
morphology: Clean setup.
2010-01-01 13:08:33 +02:00
Stefan van der Walt
7dbbf8b397
Cython division fixes. Ignore version file after build.
2009-12-03 09:45:20 +02:00
Stefan van der Walt
870d2efc92
morphology: Wrap long lines.
2009-11-20 11:31:34 +02:00
Damian Eads
56056cb40f
Regression tests for morphology
2009-11-18 23:47:15 -08:00
Damian Eads
f7f294ccf1
Regression tests written for morphology
2009-11-18 22:59:34 -08:00
Damian Eads
8b93148476
Based on scikits/image/opencv/setup.py
2009-10-27 14:47:25 -07:00
Damian Eads
018bc62f5d
Fixed dtype docstrings.
2009-10-27 14:43:03 -07:00
Damian Eads
161ced67ac
Fixed docstrings. Lines now only span <= 80 chars.
2009-10-27 14:28:54 -07:00
Damian Eads
382fa9c788
Finally, I've checked in my additions (hopefully) the right way.
2009-10-27 01:13:54 -07:00