Commit Graph

19 Commits

Author SHA1 Message Date
Neil Yager 45ee2e1323 BUG: Fix failing test_homography unit test. 2011-10-27 19:37:09 -07:00
Stefan van der Walt 10a315ed8e Merge pull request #73 from tonysyu/fix-ctmf
BUG: Force median filter parameters to be valid.
2011-10-27 16:59:17 -07:00
Stefan van der Walt 09021dbd83 PKG: Move io to _io (closes #39). 2011-10-27 16:08:21 -07:00
Stefan van der Walt 9510e72f1c Merge pull request #77 from NeilYager/neil_yager-homography-docstring
DOC: Homography docstring update.
2011-10-27 02:00:15 -07:00
Neil Yager 585c1346c8 Homography docstring update 2011-10-27 09:39:03 +01:00
Tony S Yu c6e854b7c7 Switch radius and mask arguments for median_filter 2011-10-26 16:30:07 -04:00
Tony S Yu a63e3f4546 Require median filter radius >= 2
The octagon structuring element used by _ctmf.pyx does not scale correctly for smaller radii.
2011-10-26 16:22:20 -04:00
Neil Yager d56ae9631c Bug fix: Ignore alpha channel when opening RGBA image as grayscale 2011-10-25 08:52:13 +01:00
Stefan van der Walt f8a51a4e3e DOC: Minor spacing fixes in docstrings. 2011-10-24 17:23:39 -07:00
emmanuelle 25e986d545 Moved cython file that had not been automaticall moved by rename
scikits/image -> skimage
2011-10-24 23:27:29 +02:00
emmanuelle ed1f05427e ENH address comments on PR #65 made by Stefan and Neil 2011-10-24 23:23:52 +02:00
emmanuelle 736802bad4 Medial axis transform (skeletonization) from cell profiler
* medial_axis function in morphology.skeletonize
 * plot_medial_axis.py example for the gallery

Compared to the skeletonize algorithm in morphology.skeletonize,
medial_axis is faster because it processes all pixel in one pass.
However, the resulting skeleton has more branches, that may be unwanted
depending on the application.
2011-10-24 23:22:58 +02:00
emmanuelle 0f31034a46 First integration of cell profiler medial axis transform
(skeletonization in cell profiler)
2011-10-24 23:22:58 +02:00
Stefan van der Walt 5ec4fdec09 PKG: Import skimage instead of scikits.image in changes made since rename. 2011-10-23 22:55:55 -07:00
Stefan van der Walt 91d9949282 PKG: Move remaining files that changed since skimage rename. 2011-10-23 22:34:28 -07:00
Stefan van der Walt 3ac50d0a43 Merge remote-tracking branch 'nelle/skimage' into nelle_varoquaux_skimage_rename 2011-10-23 22:31:57 -07:00
Nelle Varoquaux 1704ab31a9 skimage/version.py should be ignored. Doc has been updated with new module
name ``sklearn``
2011-10-18 21:14:21 +02:00
emmanuelle 6d67bba941 Renaming: scikits.image -> skimage 2011-10-18 21:12:27 +02:00
Nelle Varoquaux 114cf44c77 Renamed scikits.image to skimage 2011-10-18 21:12:27 +02:00