Commit Graph
40 Commits
Author SHA1 Message Date
Neil Yager 3ddfdbdb9c Updates based on review comments 2011-10-17 08:32:19 +01:00
Neil Yager fb81057774 Added a new unit test 2011-10-14 12:53:06 +01:00
Neil Yager 3d2613cdfa Added unit tests to skeletonization 2011-10-13 14:35:37 +01:00
Neil Yager 8ad8946900 Added more objects to skeletonize demo 2011-10-13 09:51:27 +01:00
Neil Yager c120708feb Merge remote-tracking branch 'upstream/master' into neil_yager-skeletonize
* upstream/master:
  Remove print statements
  Remove print statements
  Update URL in package description
  Fix print statements missed by 2to3
  Fix: don't run all scikits tests when running scikits.image.test()
  DOC: Rewash the git docs.
  DOC: Use correct repo URL in gitwash.
  DOC: Add gitwash as a submodule.
  Remove empty gitwash directory in order to fix submodule.
  DOC: Update contributors.
  BUG: Fix scikits.image.test.
2011-10-13 08:29:58 +01:00
Neil Yager 74bde135c9 Added skeleonize example 2011-10-13 08:29:32 +01: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
Neil Yager 772c469ec1 Initial revision of skeletonization 2011-10-12 13:38:36 +01: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